PluginManager - fix

This commit is contained in:
Stephan
2017-07-31 16:38:39 +02:00
parent 7dd9f3e766
commit 86c37c7f6d

View File

@@ -491,7 +491,7 @@ namespace Umbraco.Core
{
if (--attempts == 0)
throw;
Thread.Sleep(250);
Thread.Sleep(pauseMilliseconds);
}
}
}