mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
Merge pull request #10635 from prodialabs/master
disable `timeout_keep_alive`: fixes #10625 #10510 #10474
This commit is contained in:
commit
d77ba18d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -700,4 +700,4 @@ class Api:
|
|||
|
||||
def launch(self, server_name, port):
|
||||
self.app.include_router(self.router)
|
||||
uvicorn.run(self.app, host=server_name, port=port)
|
||||
uvicorn.run(self.app, host=server_name, port=port, timeout_keep_alive=0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue