diff --git a/WorkloadTools/Consumer/Replay/ReplayConsumer.cs b/WorkloadTools/Consumer/Replay/ReplayConsumer.cs index f8b948d..900c9fa 100644 --- a/WorkloadTools/Consumer/Replay/ReplayConsumer.cs +++ b/WorkloadTools/Consumer/Replay/ReplayConsumer.cs @@ -24,8 +24,8 @@ public class ReplayConsumer : BufferedWorkloadConsumer public int QueryTimeoutSeconds { get; set; } = 30; public int WorkerStatsCommandCount { get; set; } = 1000; public bool MimicApplicationName { get; set; } = false; - public int FailRetryCount { get; set; } - public int TimeoutRetryCount { get; set; } + public int FailRetryCount { get; set; } = 0; + public int TimeoutRetryCount { get; set; } = 0; public Dictionary DatabaseMap { get; set; } = new Dictionary();