diff options
author | Ilnaz Nizametdinov <i.nizametdinov@gmail.com> | 2022-04-19 21:05:55 +0300 |
---|---|---|
committer | Ilnaz Nizametdinov <i.nizametdinov@gmail.com> | 2022-04-19 21:05:55 +0300 |
commit | 5ca1f795c67799549b05c69c7255c38201d6250d (patch) | |
tree | 73598b974414be43f5ebfee718406fc9963e02fe | |
parent | 3510f8ecfcc52fa4d6954a3369bdc2804464ccff (diff) | |
download | ydb-5ca1f795c67799549b05c69c7255c38201d6250d.tar.gz |
Allow to create as much ttl threads as necessary KIKIMR-13355
ref:fda518473149edc1cfda366db4ddac86795b16bb
-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 5790fa91f8b..e3b438d69ed 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 { |