diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-12 22:07:14 +0300 |
---|---|---|
committer | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-11-12 22:40:29 +0300 |
commit | 22ba6e9ad67a7b2bbfd1c634efd136112f3e78c3 (patch) | |
tree | 92ebdc7307496e53f65016369f9177dc24efd35e /yql/essentials/providers/common/proto/gateways_config.proto | |
parent | 3c382c6d983d093ae974db36bf2c91616c317bc8 (diff) | |
download | ydb-22ba6e9ad67a7b2bbfd1c634efd136112f3e78c3.tar.gz |
Apply GH commits
Apply GH: Stop wide combiner state from growing unlimited (#10997)
Apply GH: Reconnect session has been supported (#9862)
Apply GH: Handle unexpected future exception (#11091)
commit_hash:c2597abeae3a153692a80cc13446423769765ae1
Diffstat (limited to 'yql/essentials/providers/common/proto/gateways_config.proto')
-rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto index 8a0defbb4f..35654cb467 100644 --- a/yql/essentials/providers/common/proto/gateways_config.proto +++ b/yql/essentials/providers/common/proto/gateways_config.proto @@ -326,7 +326,8 @@ message TPqClusterConfig { optional bool AddBearerToToken = 11; // whether to use prefix "Bearer " in token optional string DatabaseId = 12; repeated TAttr Settings = 100; - optional bool SharedReading = 101; + optional bool SharedReading = 101; + optional string ReconnectPeriod = 102; // disabled by default, example of a parameter: 5m } message TPqGatewayConfig { |