1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

change timeout to 7 days (#7765)

This commit is contained in:
thot experiment
2025-04-23 14:53:34 -07:00
committed by GitHub
parent 2c1d686ec6
commit 188b383c35

View File

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