Set tsDiskIDCheckEnabled default = false.

This commit is contained in:
xiao-77 2024-12-13 14:05:44 +08:00
parent 19ea042318
commit c8bc3b391d
1 changed files with 1 additions and 1 deletions

View File

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