diff options
author | evanevannnn <evanevannnn@yandex-team.com> | 2025-02-26 00:33:46 +0300 |
---|---|---|
committer | evanevannnn <evanevannnn@yandex-team.com> | 2025-02-26 00:54:29 +0300 |
commit | 15bb28e76714e036e8c55cf06179b3a870aa6e69 (patch) | |
tree | 6fa1be7a6f5c154f638e24226e99f207696b5228 | |
parent | 7365351c5991c71cf00cec395da951e1e5a6a3fb (diff) | |
download | ydb-15bb28e76714e036e8c55cf06179b3a870aa6e69.tar.gz |
removed unused config proto field
commit_hash:6a2f7cd409cf2efa2c6c2d207ce7c985450c97f6
-rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto index 28c1024825..6b6feeed59 100644 --- a/yql/essentials/providers/common/proto/gateways_config.proto +++ b/yql/essentials/providers/common/proto/gateways_config.proto @@ -394,7 +394,7 @@ message TS3GatewayConfig { repeated TS3FormatSizeLimit FormatSizeLimit = 6; // Format limits (override FileSizeLimit) optional uint64 BlockFileSizeLimit = 10; // Global limit for block readers (overrides FormatSizeLimit) optional uint64 MaxFilesPerQuery = 3; - optional uint64 MaxReadSizePerQuery = 4; + reserved 4; optional uint64 MaxDiscoveryFilesPerQuery = 5; optional uint64 MaxInflightListsPerQuery = 7; optional uint64 MaxDirectoriesAndFilesPerQuery = 8; |