change db param

This commit is contained in:
yihaoDeng 2023-05-31 03:30:10 +00:00
parent 3b0a6d7f0b
commit ed851b522c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ int32_t tsNumOfQnodeQueryThreads = 4;
int32_t tsNumOfQnodeFetchThreads = 1;
int32_t tsNumOfSnodeStreamThreads = 4;
int32_t tsNumOfSnodeWriteThreads = 1;
int32_t tsMaxStreamBackendCache = 256; // M
int32_t tsMaxStreamBackendCache = 128; // M
// sync raft
int32_t tsElectInterval = 25 * 1000;