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