diff options
author | VPolka <vpolka@nebius.com> | 2025-07-30 12:13:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-30 12:13:39 +0200 |
commit | 4d5a10b0d2d794f8f790c8309dfdd7a7fdb63dd9 (patch) | |
tree | 8326b9e9d4abd256060e0dcc93c40f158165002c | |
parent | e2f85efa715c01f46aafbaa48e85c5235a75043f (diff) | |
download | ydb-4d5a10b0d2d794f8f790c8309dfdd7a7fdb63dd9.tar.gz |
reserve-vdisk-control-params-for-full-comapction-throttler (#21874)
-rw-r--r-- | ydb/core/protos/config.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto index c3d688e3fc8..12120e22701 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -1583,6 +1583,9 @@ message TImmediateControlsConfig { MinValue: 0, MaxValue: 1, DefaultValue: 0 }]; + + reserved 34; + reserved 35; } message TTabletControls { |