We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95501c1 commit 3fc83eaCopy full SHA for 3fc83ea
ydb/core/viewer/json_pipe_req.h
@@ -36,7 +36,7 @@ class TViewerPipeClient : public TActorBootstrapped<TViewerPipeClient> {
36
protected:
37
bool Followers = true;
38
bool Metrics = true;
39
- bool WithRetry = true;
+ bool WithRetry = false;
40
TString Database;
41
TString SharedDatabase;
42
bool Direct = false;
0 commit comments