change refresh time to 1sec

This commit is contained in:
Cooper Quintin
2025-04-22 16:27:57 -07:00
parent 769826dcea
commit 934e0d70d8
2 changed files with 1 additions and 39 deletions

View File

@@ -24,7 +24,7 @@
system_stats = await get_system_stats();
loaded = true;
}, 3000);
}, 1000);
return () => clearInterval(interval);
})