Skip to content

Commit

Permalink
Merge pull request #3 from speee/fix/parallel-max-submit
Browse files Browse the repository at this point in the history
add MAX_SUBMIT_COUNT parameter to .env.example file
  • Loading branch information
kazuhisa-wada authored Dec 16, 2024
2 parents 0e60072 + 95e7c60 commit d13f1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d13f1bc

Please sign in to comment.