mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-02 01:22:11 +08:00
change timeout to 7 days (#7765)
This commit is contained in:
parent
2c1d686ec6
commit
188b383c35
@ -269,7 +269,7 @@ class SynchronousOperation(Generic[T, R]):
|
||||
files: Optional[Dict[str, Any]] = None,
|
||||
api_base: str = "https://api.comfy.org",
|
||||
auth_token: Optional[str] = None,
|
||||
timeout: float = 60.0,
|
||||
timeout: float = 604800.0,
|
||||
verify_ssl: bool = True,
|
||||
):
|
||||
self.endpoint = endpoint
|
||||
|
Loading…
x
Reference in New Issue
Block a user