Skip to content

Commit

Permalink
Fix COMFY_API_AVAILABLE_INTERVAL_MS and COMFY_API_AVAILABLE_MAX_RETRI…
Browse files Browse the repository at this point in the history
…ES values (#33)
  • Loading branch information
angelolamonaca authored May 27, 2024
1 parent 5ec829d commit 5f92380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def validate_input(job_input):
return {"workflow": workflow, "images": images}, None


def check_server(url, retries=50, delay=500):
def check_server(url, retries=500, delay=50):
"""
Check if a server is reachable via HTTP GET request
Expand Down

0 comments on commit 5f92380

Please sign in to comment.