Skip to content

Commit e4fa812

Browse files
committed
Change default value of EnableParallelCompaction to false
1 parent 0a4b1e1 commit e4fa812

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
@@ -2182,7 +2182,7 @@ message TColumnShardConfig {
21822182
optional uint64 BadPortionsLimit = 52;
21832183
optional bool CombineChunksInResult = 54 [default = true];
21842184
optional bool EnableDiagnostics = 55 [default = true];
2185-
optional bool EnableParallelCompaction = 56 [default = true];
2185+
optional bool EnableParallelCompaction = 56 [default = false];
21862186
optional NKikimrSchemeOp.TS3Settings S3Client = 58;
21872187
}
21882188

0 commit comments

Comments
 (0)