diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index e3f08e912ab3bf955f5e1905439a317c4464e214..c8f1efa1ab4f6e398c3252f1fa1376747d1371cd 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -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;