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() {