refactor: update the default checkpoint interval.

This commit is contained in:
Haojun Liao 2024-11-29 14:18:40 +08:00
parent dee5017c53
commit 9220ec5a92
1 changed files with 1 additions and 1 deletions

View File

@ -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;