Skip to content

Commit

Permalink
Auto stash before merge of "main" and "origin/main" (#985)
Browse files Browse the repository at this point in the history
restore default for compaction method
  • Loading branch information
ivanmorozov333 authored Jan 13, 2024
1 parent c2dc821 commit 7e9bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ message TColumnShardConfig {
optional bool TTLEnabled = 6 [default = true];
optional bool WritingEnabled = 7 [default = true];
optional uint32 WritingBufferDurationMs = 8 [default = 0];
optional bool UseChunkedMergeOnCompaction = 9 [default = false];
optional bool UseChunkedMergeOnCompaction = 9 [default = true];
}

message TSchemeShardConfig {
Expand Down

0 comments on commit 7e9bf17

Please sign in to comment.