mirror of
https://github.com/langgenius/dify.git
synced 2026-04-23 04:06:13 +08:00
Make max_submit_count configurable via Config (#11673)
This commit is contained in:
@ -433,3 +433,5 @@ RESET_PASSWORD_TOKEN_EXPIRY_MINUTES=5
|
||||
|
||||
CREATE_TIDB_SERVICE_JOB_ENABLED=false
|
||||
|
||||
# Maximum number of submitted thread count in a ThreadPool for parallel node execution
|
||||
MAX_SUBMIT_COUNT=100
|
||||
|
||||
Reference in New Issue
Block a user