Skip to content

Commit 9fdf8c2

Browse files
authored
api_nodes: reduce default timeout from 7 days to 2 hours (#9918)
1 parent dc95b6a commit 9fdf8c2

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
@@ -683,7 +683,7 @@ def __init__(
683683
auth_token: Optional[str] = None,
684684
comfy_api_key: Optional[str] = None,
685685
auth_kwargs: Optional[Dict[str, str]] = None,
686-
timeout: float = 604800.0,
686+
timeout: float = 7200.0,
687687
verify_ssl: bool = True,
688688
content_type: str = "application/json",
689689
multipart_parser: Callable | None = None,

0 commit comments

Comments
 (0)