fix: increase delay checker concurrency
This commit is contained in:
parent
a120c8cf98
commit
820d1e7570
@ -97,7 +97,7 @@ const ProxyGroup = ({ group }: Props) => {
|
||||
const names = sortedProxies.map((p) => p.name);
|
||||
const groupName = group.name;
|
||||
|
||||
await delayManager.checkListDelay({ names, groupName, skipNum: 8 }, () =>
|
||||
await delayManager.checkListDelay({ names, groupName, skipNum: 16 }, () =>
|
||||
mutate("getProxies")
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user