Skip to content

Commit 20c19d7

Browse files
committed
Updated default queue size
1 parent d7b7b84 commit 20c19d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfyui_to_python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
DEFAULT_INPUT_FILE = "workflow_api.json"
2828
DEFAULT_OUTPUT_FILE = "workflow_api.py"
29-
DEFAULT_QUEUE_SIZE = 1
29+
DEFAULT_QUEUE_SIZE = 10
3030

3131

3232
class FileHandler:

0 commit comments

Comments
 (0)