@@ -330,7 +330,7 @@ async function startServer() {
constserver=Bun.serve({
port: PORT,
idleTimeout: 600000*6,// 10 * 6 = 60 minutes
idleTimeout: 255,
routes:{
// Serve static assets (preloaded or on-demand)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.