change default config

This commit is contained in:
yihaoDeng 2023-03-01 21:03:24 +08:00
parent 37348fb456
commit 8cdae7933b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ bool tsPrintAuth = false;
// queue & threads
int32_t tsNumOfRpcThreads = 1;
int32_t tsNumOfRpcSessions = 5000;
int32_t tsTimeToGetAvailableConn = 100000;
int32_t tsTimeToGetAvailableConn = 2000000;
int32_t tsNumOfCommitThreads = 2;
int32_t tsNumOfTaskQueueThreads = 4;
int32_t tsNumOfMnodeQueryThreads = 4;