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 08ebe10 commit 2456d2cCopy full SHA for 2456d2c
src/socket-daemon.js
@@ -30,7 +30,7 @@ import Daemon from './daemon';
30
// Required agent version
31
const MIN_VERSION = '1.1.76';
32
const browser = detect();
33
-const POLLING_INTERVAL = 2500;
+const POLLING_INTERVAL = 3500;
34
const UPLOAD_DONE_TIMER = 5000;
35
36
const PROTOCOL = {
0 commit comments