aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVPolka <vpolka@nebius.com>2025-07-30 12:13:39 +0200
committerGitHub <noreply@github.com>2025-07-30 12:13:39 +0200
commit4d5a10b0d2d794f8f790c8309dfdd7a7fdb63dd9 (patch)
tree8326b9e9d4abd256060e0dcc93c40f158165002c
parente2f85efa715c01f46aafbaa48e85c5235a75043f (diff)
downloadydb-4d5a10b0d2d794f8f790c8309dfdd7a7fdb63dd9.tar.gz
reserve-vdisk-control-params-for-full-comapction-throttler (#21874)
-rw-r--r--ydb/core/protos/config.proto3
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 {