Throttle more

This commit is contained in:
Theo Browne
2026-02-22 17:05:59 -08:00
parent b2b5a0bdf5
commit f859c73662

View File

@@ -255,7 +255,7 @@ function broadcastViewerCount() {
for (const ws of clients) { for (const ws of clients) {
ws.send(msg); ws.send(msg);
} }
}, 1000); }, 15_000);
} }
function getAdminSnapshot() { function getAdminSnapshot() {