We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2507e10 commit d59b726Copy full SHA for d59b726
src/components/intercept/config/frida-config.tsx
@@ -253,7 +253,7 @@ class FridaConfig extends React.Component<{
253
}));
254
255
this.updateTargets();
256
- const updateInterval = setInterval(this.updateTargets, 2000);
+ const updateInterval = setInterval(this.updateTargets, 4000);
257
disposeOnUnmount(this, () => clearInterval(updateInterval));
258
}
259
0 commit comments