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 f6c8293 commit 5bbd2b0Copy full SHA for 5bbd2b0
WorkloadTools/Consumer/Replay/ReplayConsumer.cs
@@ -24,8 +24,8 @@ public class ReplayConsumer : BufferedWorkloadConsumer
24
public int QueryTimeoutSeconds { get; set; } = 30;
25
public int WorkerStatsCommandCount { get; set; } = 1000;
26
public bool MimicApplicationName { get; set; } = false;
27
- public int FailRetryCount { get; set; }
28
- public int TimeoutRetryCount { get; set; }
+ public int FailRetryCount { get; set; } = 0;
+ public int TimeoutRetryCount { get; set; } = 0;
29
30
public Dictionary<string, string> DatabaseMap { get; set; } = new Dictionary<string, string>();
31
0 commit comments