diff options
| author | don-dron <[email protected]> | 2025-04-25 14:14:22 +0300 |
|---|---|---|
| committer | don-dron <[email protected]> | 2025-04-25 15:14:10 +0300 |
| commit | e338fd9998b6fe51e62b62b2602254dff6db4bf3 (patch) | |
| tree | 18240427d2acbad596ac5a1dfdf7e5abe5dc3f50 | |
| parent | 0d65797c17245974950d5f20ec053390971deb9b (diff) | |
YT-24894: Add BlockSetSubrequestThreshold to config
commit_hash:2e0d520af978a9a16495ac4fd2adc8f072ed973a
| -rw-r--r-- | yt/yt/client/chunk_client/config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/chunk_client/config.cpp b/yt/yt/client/chunk_client/config.cpp index 069ef37b30b..5b493671584 100644 --- a/yt/yt/client/chunk_client/config.cpp +++ b/yt/yt/client/chunk_client/config.cpp @@ -177,6 +177,8 @@ void TReplicationReaderConfig::Register(TRegistrar registrar) .Default(false); registrar.Parameter("use_read_blocks_batcher", &TThis::UseReadBlocksBatcher) .Default(false); + registrar.Parameter("block_set_subrequest_threshold", &TThis::BlockSetSubrequestThreshold) + .Default(); registrar.Postprocessor([] (TThis* config) { // Seems unreasonable to make backoff greater than half of total session timeout. |
