Skip to content

Commit 3fc83ea

Browse files
authored
disable pipe retries by default (#10238)
1 parent 95501c1 commit 3fc83ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/json_pipe_req.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TViewerPipeClient : public TActorBootstrapped<TViewerPipeClient> {
3636
protected:
3737
bool Followers = true;
3838
bool Metrics = true;
39-
bool WithRetry = true;
39+
bool WithRetry = false;
4040
TString Database;
4141
TString SharedDatabase;
4242
bool Direct = false;

0 commit comments

Comments
 (0)