This commit is contained in:
2020-08-04 18:47:45 +00:00
parent 0e1c43aad1
commit 1c2e3c9333

View File

@@ -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