Set tsDiskIDCheckEnabled default = false.
This commit is contained in:
parent
19ea042318
commit
c8bc3b391d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue