Make max_submit_count configurable via Config (#11673)

This commit is contained in:
Kazuhisa Wada 2024-12-16 13:59:37 +09:00 committed by GitHub
commit 63f1dd7877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 3 deletions

View file

@ -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