Skip to content

Commit 0671f74

Browse files
authored
Disable modification operations in CS by default (#7129)
1 parent 0032663 commit 0671f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ message TTableServiceConfig {
274274

275275
optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];
276276

277-
optional bool EnableOlapSink = 55 [default = true];
277+
optional bool EnableOlapSink = 55 [default = false];
278278

279279
optional bool EnablePerStatementQueryExecution = 56 [default = false];
280280
optional bool EnableCreateTableAs = 57 [default = true];

0 commit comments

Comments
 (0)