Skip to content

Commit bad0b60

Browse files
Auto stash before merge of "main" and "origin/main"
restore default for compaction method
1 parent c2dc821 commit bad0b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ message TColumnShardConfig {
14321432
optional bool TTLEnabled = 6 [default = true];
14331433
optional bool WritingEnabled = 7 [default = true];
14341434
optional uint32 WritingBufferDurationMs = 8 [default = 0];
1435-
optional bool UseChunkedMergeOnCompaction = 9 [default = false];
1435+
optional bool UseChunkedMergeOnCompaction = 9 [default = true];
14361436
}
14371437

14381438
message TSchemeShardConfig {

0 commit comments

Comments
 (0)