Merge pull request #10635 from prodialabs/master

disable `timeout_keep_alive`: fixes #10625 #10510 #10474
This commit is contained in:
AUTOMATIC1111 2023-05-22 22:17:25 +03:00 committed by GitHub
commit d77ba18d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)