Stats update in 2-3 seconds

This commit is contained in:
Cameron Thompson
2024-04-04 01:36:07 -04:00
committed by GitHub
parent 0eb07f75ef
commit 22cd4be6c8

View File

@@ -276,7 +276,7 @@
this.getcsq();
setInterval(() => {
this.getcsq();
}, 30000);
}, 1000);
},
};
}