change default session val

This commit is contained in:
yihaoDeng 2023-08-09 02:11:27 +00:00
parent cfb5247e30
commit 50bf8c948a
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ bool tsPrintAuth = false;
// queue & threads
int32_t tsNumOfRpcThreads = 1;
int32_t tsNumOfRpcSessions = 10000;
int32_t tsNumOfRpcSessions = 30000;
int32_t tsTimeToGetAvailableConn = 500000;
int32_t tsKeepAliveIdle = 60;