From 95e7c6091a56bc6713a3658c19209c6777b8127d Mon Sep 17 00:00:00 2001 From: kazuhisa-wada Date: Mon, 16 Dec 2024 11:24:15 +0900 Subject: [PATCH] add MAX_SUBMIT_COUNT parameter to .env.example file --- api/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/.env.example b/api/.env.example index 1ff6b3be8b8959..74f83aa06c8842 100644 --- a/api/.env.example +++ b/api/.env.example @@ -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