ใ……ใ…Žใ…‡ commited on
Commit
8e79e1b
ยท
1 Parent(s): f4f7c2d

Increase timeout_keep_alive to 600 seconds (10 minutes) for longer idle connection stability

Browse files
Files changed (1) hide show
  1. CodeWeaver/ui/app.py +1 -1
CodeWeaver/ui/app.py CHANGED
@@ -363,7 +363,7 @@ if __name__ == "__main__":
363
  share=False,
364
  theme=gr.themes.Soft(),
365
  server_kwargs={
366
- "timeout_keep_alive": 120, # ์œ ํœด ์—ฐ๊ฒฐ ์œ ์ง€ ์‹œ๊ฐ„ 120์ดˆ(2๋ถ„)
367
  }
368
  # CSS๋Š” Blocks ์ƒ์„ฑ์ž์— ์ „๋‹ฌ๋จ
369
  )
 
363
  share=False,
364
  theme=gr.themes.Soft(),
365
  server_kwargs={
366
+ "timeout_keep_alive": 600, # ์œ ํœด ์—ฐ๊ฒฐ ์œ ์ง€ ์‹œ๊ฐ„ 600์ดˆ(10๋ถ„)
367
  }
368
  # CSS๋Š” Blocks ์ƒ์„ฑ์ž์— ์ „๋‹ฌ๋จ
369
  )