mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
fix: increase delay checker concurrency
This commit is contained in:
parent
2798dc3d42
commit
b23ca2e138
@ -97,7 +97,7 @@ const ProxyGroup = ({ group }: Props) => {
|
|||||||
const names = sortedProxies.map((p) => p.name);
|
const names = sortedProxies.map((p) => p.name);
|
||||||
const groupName = group.name;
|
const groupName = group.name;
|
||||||
|
|
||||||
await delayManager.checkListDelay({ names, groupName, skipNum: 8 }, () =>
|
await delayManager.checkListDelay({ names, groupName, skipNum: 16 }, () =>
|
||||||
mutate("getProxies")
|
mutate("getProxies")
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user