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