Update DefaultOrchardHost.cs

This commit is contained in:
jtkech
2016-03-17 23:47:28 +01:00
parent d39485abf2
commit 559985b29c

View File

@@ -35,7 +35,7 @@ namespace Orchard.Environment {
private IEnumerable<ShellContext> _shellContexts;
private readonly ContextState<IList<ShellSettings>> _tenantsToRestart;
public int Retries { get; set; }
public bool DelayRetries { get; set; }
public DefaultOrchardHost(