This commit is contained in:
2021-02-09 19:47:04 +00:00
parent 42cfddbc6e
commit b8fb9edba8
4 changed files with 27 additions and 21 deletions

View File

@@ -1,11 +1,6 @@
/* xeslint-disable */
let keepChecking = false;
const DEFAULT_POLLING_INTERVAL = 60000;
//const DEFAULT_POLLING_INTERVAL = 5000;
const MAX_POLLING_INTERVAL = 10 * 60 * 1000; //10 minutes maximum wait time
const MAX_POLLING_INTERVAL = 30 * 60 * 1000; //30 minutes maximum wait time
export default {
async startPolling() {
if (keepChecking == true) {