Update public/index.html
Browse files- public/index.html +1 -1
public/index.html
CHANGED
|
@@ -332,7 +332,7 @@ function toggleAuto() {
|
|
| 332 |
loadData();
|
| 333 |
autoTimer = setInterval(loadData, 5000);
|
| 334 |
|
| 335 |
-
const NEW_KEEP_SECONDS =
|
| 336 |
setInterval(() => {
|
| 337 |
const now = Date.now();
|
| 338 |
|
|
|
|
| 332 |
loadData();
|
| 333 |
autoTimer = setInterval(loadData, 5000);
|
| 334 |
|
| 335 |
+
const NEW_KEEP_SECONDS = 15;
|
| 336 |
setInterval(() => {
|
| 337 |
const now = Date.now();
|
| 338 |
|