Skip to content

Commit

Permalink
Updated default queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
pydn committed Sep 12, 2024
1 parent d7b7b84 commit 20c19d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfyui_to_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

DEFAULT_INPUT_FILE = "workflow_api.json"
DEFAULT_OUTPUT_FILE = "workflow_api.py"
DEFAULT_QUEUE_SIZE = 1
DEFAULT_QUEUE_SIZE = 10


class FileHandler:
Expand Down

0 comments on commit 20c19d7

Please sign in to comment.