[TD-5356]<enhance>: default numOfMnodes to 1 instead of 3

This commit is contained in:
Minglei Jin 2021-07-27 17:22:18 +08:00
parent 53480b07c0
commit 140f705c52
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ uint16_t tsDnodeDnodePort = 6035; // udp/tcp
uint16_t tsSyncPort = 6040;
uint16_t tsArbitratorPort = 6042;
int32_t tsStatusInterval = 1; // second
int32_t tsNumOfMnodes = 3;
int32_t tsNumOfMnodes = 1;
int8_t tsEnableVnodeBak = 1;
int8_t tsEnableTelemetryReporting = 1;
int8_t tsArbOnline = 0;