File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ namespace Orleans.Runtime.Host
3838 public static class AzureClient
3939 {
4040 /// <summary>Number of retry attempts to make when searching for gateway silos to connect to.</summary>
41- public static int MaxRetries = AzureConstants . MAX_RETRIES ; // 120 x 5s = Total: 10 minutes
41+ public static readonly int MaxRetries = AzureConstants . MAX_RETRIES ; // 120 x 5s = Total: 10 minutes
4242 /// <summary>Amount of time to pause before each retry attempt.</summary>
43- public static TimeSpan StartupRetryPause = AzureConstants . STARTUP_TIME_PAUSE ; // 5 seconds
43+ public static readonly TimeSpan StartupRetryPause = AzureConstants . STARTUP_TIME_PAUSE ; // 5 seconds
4444
4545 /// <summary>
4646 /// Whether the Orleans Azure client runtime has already been initialized
You can’t perform that action at this time.
0 commit comments