Spaces:
Sleeping
Sleeping
ใ
ใ
ใ
commited on
Commit ยท
8e79e1b
1
Parent(s): f4f7c2d
Increase timeout_keep_alive to 600 seconds (10 minutes) for longer idle connection stability
Browse files- 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":
|
| 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 |
)
|