This commit is contained in:
2020-07-11 15:03:47 +00:00
parent 6ce9db9ea2
commit 7cded0ee33
3 changed files with 23 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/* xeslint-disable */
let keepPolling = false;
const DEFAULT_POLLING_INTERVAL = 10000;
const DEFAULT_POLLING_INTERVAL = 60000;
const MAX_POLLING_INTERVAL = 15 * 60 * 1000; //15 minutes maximum wait time
export default {