Skip to content

Commit 2456d2c

Browse files
author
Stefania
committed
slow down a bit plugin search
1 parent 08ebe10 commit 2456d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socket-daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Daemon from './daemon';
3030
// Required agent version
3131
const MIN_VERSION = '1.1.76';
3232
const browser = detect();
33-
const POLLING_INTERVAL = 2500;
33+
const POLLING_INTERVAL = 3500;
3434
const UPLOAD_DONE_TIMER = 5000;
3535

3636
const PROTOCOL = {

0 commit comments

Comments
 (0)