diff options
author | Ilnaz Nizametdinov <i.nizametdinov@gmail.com> | 2022-06-06 14:41:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-06-06 14:41:01 +0300 |
commit | 777b942fa5d4269d66008c52ea3d66a33d9600e2 (patch) | |
tree | 3976d022765ef3e4cda05ca742483db23c3b0d61 | |
parent | 3feb8a16bbe51f7e2547a32e31447c0f1eae0906 (diff) | |
download | ydb-777b942fa5d4269d66008c52ea3d66a33d9600e2.tar.gz |
22-2: Allow to create as much ttl threads as necessary KIKIMR-13355
merge from trunk: r9371221
REVIEW: 2485790
x-ydb-stable-ref: b4b4298a7c44685d3d93f2b8fa6ccd2e2d651899
-rw-r--r-- | ydb/core/protos/flat_scheme_op.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/flat_scheme_op.proto b/ydb/core/protos/flat_scheme_op.proto index baeefc7509..2ca1a7ca6d 100644 --- a/ydb/core/protos/flat_scheme_op.proto +++ b/ydb/core/protos/flat_scheme_op.proto @@ -301,7 +301,7 @@ message TTTLSettings { optional uint32 BatchMaxBytes = 3 [default = 512000]; optional uint32 BatchMinKeys = 4 [default = 1]; optional uint32 BatchMaxKeys = 5 [default = 256]; - optional uint32 MaxShardsInFlight = 6 [default = 1]; // zero means no limit + optional uint32 MaxShardsInFlight = 6 [default = 0]; // zero means no limit } message TEnabled { |