refactor: update the default checkpoint interval.
This commit is contained in:
parent
dee5017c53
commit
9220ec5a92
|
@ -280,7 +280,7 @@ int32_t tsTtlBatchDropNum = 10000; // number of tables dropped per batch
|
|||
int32_t tsTransPullupInterval = 2;
|
||||
int32_t tsCompactPullupInterval = 10;
|
||||
int32_t tsMqRebalanceInterval = 2;
|
||||
int32_t tsStreamCheckpointInterval = 60;
|
||||
int32_t tsStreamCheckpointInterval = 300;
|
||||
float tsSinkDataRate = 2.0;
|
||||
int32_t tsStreamNodeCheckInterval = 20;
|
||||
int32_t tsMaxConcurrentCheckpoint = 1;
|
||||
|
|
Loading…
Reference in New Issue