aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaksim-kita <maksim-kita@yandex-team.com>2023-08-14 18:22:41 +0300
committermaksim-kita <maksim-kita@yandex-team.com>2023-08-15 00:35:57 +0300
commita9b9353bb4fa4d7adccf888fe6d915fd0730e46e (patch)
tree8a75c6266cd8a40d9a01d7ff5ad8023554cacc8e
parent29ae95d02bbe87ebc233e400e32119afe256c257 (diff)
downloadydb-a9b9353bb4fa4d7adccf888fe6d915fd0730e46e.tar.gz
TTableServiceConfig proto build fix
-rw-r--r--ydb/core/protos/config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto
index aaf6aa9af0..84f0b9cd9f 100644
--- a/ydb/core/protos/config.proto
+++ b/ydb/core/protos/config.proto
@@ -1334,7 +1334,7 @@ message TTableServiceConfig {
optional bool EnableSequentialReads = 39 [default = false];
optional bool EnablePreparedDdl = 42 [default = false];
optional bool EnableSequences = 43 [default = true];
- optional bool EnableAsyncComputationPatternCompilation = 46 [default = false];
+ optional bool EnableAsyncComputationPatternCompilation = 48 [default = false];
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47;
enum EBindingsMode {