From f859c73662f6803a179fa8db0f824e57fe377a11 Mon Sep 17 00:00:00 2001 From: Theo Browne Date: Sun, 22 Feb 2026 17:05:59 -0800 Subject: [PATCH] Throttle more --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.ts b/server.ts index 6a4f9fe..5a9cbad 100644 --- a/server.ts +++ b/server.ts @@ -255,7 +255,7 @@ function broadcastViewerCount() { for (const ws of clients) { ws.send(msg); } - }, 1000); + }, 15_000); } function getAdminSnapshot() {