U4-6992 - fix server registration for new LB

This commit is contained in:
Stephan
2015-08-25 15:48:12 +02:00
parent e114cbeeaf
commit 20d8656237
29 changed files with 837 additions and 407 deletions

View File

@@ -12,7 +12,7 @@ namespace Umbraco.Core.Sync
/// </summary>
public DatabaseServerRegistrarOptions()
{
StaleServerTimeout = new TimeSpan(1,0,0); // 1 day
StaleServerTimeout = TimeSpan.FromMinutes(2); // 2 minutes
ThrottleSeconds = 30; // 30 seconds
}