mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Increase server response timeouts
This commit is contained in:
parent
caa6a37936
commit
79b465faf2
@ -1034,7 +1034,7 @@ class PromptServer(ExecutorToClientProgress):
|
||||
await self.start_multi_address([(address, port)], call_on_start=call_on_start, verbose=verbose)
|
||||
|
||||
async def start_multi_address(self, addresses, call_on_start=None, verbose=True):
|
||||
runner = web.AppRunner(self.app, access_log=None)
|
||||
runner = web.AppRunner(self.app, access_log=None, keepalive_timeout=900)
|
||||
await runner.setup()
|
||||
for addr in addresses:
|
||||
address = addr[0]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user