Skip to content
Snippets Groups Projects
Unverified Commit 820d1e75 authored by GyDi's avatar GyDi
Browse files

fix: increase delay checker concurrency

parent a120c8cf
No related branches found
No related tags found
No related merge requests found
......@@ -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")
);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment