Skip to content

Commit 9981c50

Browse files
committed
Remove aliveness check for quoter (#17026)
1 parent 0cd9040 commit 9981c50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/quoter/kesus_quoter_proxy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,6 @@ class TKesusQuoterProxy : public TActorBootstrapped<TKesusQuoterProxy> {
11191119

11201120
NTabletPipe::TClientConfig GetPipeConnectionOptions(bool reconnection) {
11211121
NTabletPipe::TClientConfig cfg;
1122-
cfg.CheckAliveness = true;
11231122
cfg.RetryPolicy = {
11241123
.RetryLimitCount = 3u,
11251124
.DoFirstRetryInstantly = !reconnection

0 commit comments

Comments
 (0)