We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1d686 commit 188b383Copy full SHA for 188b383
comfy_api_nodes/apis/client.py
@@ -269,7 +269,7 @@ def __init__(
269
files: Optional[Dict[str, Any]] = None,
270
api_base: str = "https://api.comfy.org",
271
auth_token: Optional[str] = None,
272
- timeout: float = 60.0,
+ timeout: float = 604800.0,
273
verify_ssl: bool = True,
274
):
275
self.endpoint = endpoint
0 commit comments