This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* xeslint-disable */
|
/* xeslint-disable */
|
||||||
|
|
||||||
let keepChecking = false;
|
let keepChecking = false;
|
||||||
const DEFAULT_POLLING_INTERVAL = window.$gz.dev ? 20000 : 60000;
|
const DEFAULT_POLLING_INTERVAL = 60000;
|
||||||
|
|
||||||
//const DEFAULT_POLLING_INTERVAL = 5000;
|
//const DEFAULT_POLLING_INTERVAL = 5000;
|
||||||
const MAX_POLLING_INTERVAL = 10 * 60 * 1000; //10 minutes maximum wait time
|
const MAX_POLLING_INTERVAL = 10 * 60 * 1000; //10 minutes maximum wait time
|
||||||
|
|||||||
Reference in New Issue
Block a user