test sse fixes

This commit is contained in:
yohlo
2025-09-29 21:35:38 -05:00
parent ed538b7373
commit 8b1bbe213d

View File

@@ -330,7 +330,7 @@ async function startServer() {
const server = Bun.serve({
port: PORT,
idleTimeout: 600000 * 6, // 10 * 6 = 60 minutes
idleTimeout: 255,
routes: {
// Serve static assets (preloaded or on-demand)