shuzhiren-comfyui/任务队列后端/config/messageDispatcher.json

15 lines
180 B
JSON

{
"enabled": true,
"priority": true,
"task": {
"timeout": 30000,
"retryCount": 1
},
"capacity": {
"external": 10
},
"websocket": {
"port": 8087
}
}