diff options
author | maksim-kita <maksim-kita@yandex-team.com> | 2023-08-14 18:22:41 +0300 |
---|---|---|
committer | maksim-kita <maksim-kita@yandex-team.com> | 2023-08-15 00:35:57 +0300 |
commit | a9b9353bb4fa4d7adccf888fe6d915fd0730e46e (patch) | |
tree | 8a75c6266cd8a40d9a01d7ff5ad8023554cacc8e | |
parent | 29ae95d02bbe87ebc233e400e32119afe256c257 (diff) | |
download | ydb-a9b9353bb4fa4d7adccf888fe6d915fd0730e46e.tar.gz |
TTableServiceConfig proto build fix
-rw-r--r-- | ydb/core/protos/config.proto | 2 |
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 { |