Commit 78dc930d authored by Nick Craver's avatar Nick Craver

Cleanup: LinearRetry

parent 3dad4bd2
using System;
namespace StackExchange.Redis namespace StackExchange.Redis
{ {
/// <summary> /// <summary>
...@@ -7,7 +5,7 @@ namespace StackExchange.Redis ...@@ -7,7 +5,7 @@ namespace StackExchange.Redis
/// </summary> /// </summary>
public class LinearRetry : IReconnectRetryPolicy public class LinearRetry : IReconnectRetryPolicy
{ {
private int maxRetryElapsedTimeAllowedMilliseconds; private readonly int maxRetryElapsedTimeAllowedMilliseconds;
/// <summary> /// <summary>
/// Initializes a new instance using the specified maximum retry elapsed time allowed. /// Initializes a new instance using the specified maximum retry elapsed time allowed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment