From ed538b7373254ca1dbd3fdec9fd2a113eaa5c4f9 Mon Sep 17 00:00:00 2001 From: yohlo Date: Mon, 29 Sep 2025 21:35:12 -0500 Subject: [PATCH] test sse fixes --- server.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.ts b/server.ts index 2c63166..729686f 100644 --- a/server.ts +++ b/server.ts @@ -330,6 +330,8 @@ async function startServer() { const server = Bun.serve({ port: PORT, + idleTimeout: 600000 * 6, // 10 * 6 = 60 minutes + routes: { // Serve static assets (preloaded or on-demand) ...routes,