diff options
author | Innokentii Mokin <innokentii@ydb.tech> | 2025-04-12 14:34:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 14:34:48 +0300 |
commit | 054496a1ab92f7f3dc304b19b16fd291a09abf16 (patch) | |
tree | 254e2d7ea09fd4af73e2fa124418c0a73051cf7f | |
parent | 36fdf835a4520722a65c80d6430205b4a7368725 (diff) | |
download | ydb-054496a1ab92f7f3dc304b19b16fd291a09abf16.tar.gz |
Remove aliveness check for quoter (#17026)
-rw-r--r-- | ydb/core/quoter/kesus_quoter_proxy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/quoter/kesus_quoter_proxy.cpp b/ydb/core/quoter/kesus_quoter_proxy.cpp index daa03a3f85..3d8e6c40f5 100644 --- a/ydb/core/quoter/kesus_quoter_proxy.cpp +++ b/ydb/core/quoter/kesus_quoter_proxy.cpp @@ -1119,7 +1119,6 @@ public: NTabletPipe::TClientConfig GetPipeConnectionOptions(bool reconnection) { NTabletPipe::TClientConfig cfg; - cfg.CheckAliveness = true; cfg.RetryPolicy = { .RetryLimitCount = 3u, .DoFirstRetryInstantly = !reconnection |