This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user