Lowered update fire time, don't need it to go that often
This commit is contained in:
parent
a4c06d45fb
commit
f4dac9f467
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
var prevSha = localStorage.getItem("commitsha") ?? "ThisShouldntBeASHA";
|
||||
|
||||
setInterval(reqData, 30000);
|
||||
setInterval(reqData, 60000);
|
||||
|
||||
function reqData() {
|
||||
const XHR = new XMLHttpRequest();
|
||||
|
|
Loading…
Reference in a new issue