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,