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

Cleanup: LinearRetry

parent 3dad4bd2
using System;
namespace StackExchange.Redis
{
/// <summary>
......@@ -7,7 +5,7 @@ namespace StackExchange.Redis
/// </summary>
public class LinearRetry : IReconnectRetryPolicy
{
private int maxRetryElapsedTimeAllowedMilliseconds;
private readonly int maxRetryElapsedTimeAllowedMilliseconds;
/// <summary>
/// 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