diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 98e19b5195..f620db240a 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -288,7 +288,7 @@ int32_t tsTtlFlushThreshold = 100; /* maximum number of dirty items in memory. int32_t tsTtlBatchDropNum = 10000; // number of tables dropped per batch // internal -bool tsDiskIDCheckEnabled = true; +bool tsDiskIDCheckEnabled = false; int32_t tsTransPullupInterval = 2; int32_t tsCompactPullupInterval = 10; int32_t tsMqRebalanceInterval = 2;