We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab06443 commit 6c04dc3Copy full SHA for 6c04dc3
src/socket-daemon.js
@@ -28,7 +28,7 @@ import { filter, takeUntil, first } from 'rxjs/operators';
28
import Daemon from './daemon';
29
30
// Required agent version
31
-const MIN_VERSION = '1.1.76';
+const MIN_VERSION = '1.1.80';
32
const browser = detect();
33
const POLLING_INTERVAL = 3500;
34
const UPLOAD_DONE_TIMER = 5000;
0 commit comments