Adjust poll frequency
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
console.error("Background data fetch failed: ", error)
|
console.error("Background data fetch failed: ", error)
|
||||||
live = false;
|
live = false;
|
||||||
}
|
}
|
||||||
}, 61000);
|
}, 60100);
|
||||||
live = true;
|
live = true;
|
||||||
console.log("Polling started")
|
console.log("Polling started")
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user