longer poll period

This commit is contained in:
Will Greenberg
2025-04-14 15:06:08 -07:00
parent 41d3b4ed39
commit d9c58129ff

View File

@@ -25,7 +25,7 @@
recording = current_entry !== undefined;
system_stats = await get_system_stats();
}, 1000);
}, 3000);
return () => clearInterval(interval);
})