Skip to content

Commit 188b383

Browse files
change timeout to 7 days (Comfy-Org#7765)
1 parent 2c1d686 commit 188b383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_api_nodes/apis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def __init__(
269269
files: Optional[Dict[str, Any]] = None,
270270
api_base: str = "https://api.comfy.org",
271271
auth_token: Optional[str] = None,
272-
timeout: float = 60.0,
272+
timeout: float = 604800.0,
273273
verify_ssl: bool = True,
274274
):
275275
self.endpoint = endpoint

0 commit comments

Comments
 (0)