summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Proxies.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Proxies.js b/src/components/Proxies.js
index 780a25d..dc37322 100644
--- a/src/components/Proxies.js
+++ b/src/components/Proxies.js
@@ -29,7 +29,7 @@ export default function Proxies() {
useEffect(() => {
(async () => {
await fetchProxies();
- await requestDelayAll();
+ // await requestDelayAll();
})();
}, [fetchProxies, requestDelayAll]);
const { groupNames } = useStoreState(mapStateToProps);