enh: change the default of vndCommitMaxInterval as 10 minutes

This commit is contained in:
Benguang Zhao 2023-02-20 13:51:14 +08:00
parent c90e2aa791
commit 6bb9ee9b4e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ int32_t tsHeartbeatInterval = 1000;
int32_t tsHeartbeatTimeout = 20 * 1000;
// vnode
int64_t tsVndCommitMaxIntervalMs = 60 * 1000;
int64_t tsVndCommitMaxIntervalMs = 600 * 1000;
// monitor
bool tsEnableMonitor = true;