U4-7857 Flexible Load Balancing does not sync with the correct timeout threshold
This commit is contained in:
@@ -175,7 +175,7 @@ namespace Umbraco.Core.Sync
|
||||
if (_released)
|
||||
return;
|
||||
|
||||
if ((DateTime.UtcNow - _lastSync).Seconds <= _options.ThrottleSeconds)
|
||||
if ((DateTime.UtcNow - _lastSync).TotalSeconds <= _options.ThrottleSeconds)
|
||||
return;
|
||||
|
||||
_syncing = true;
|
||||
|
||||
Reference in New Issue
Block a user