* RoutingKeyModifier: Update after large clock shift

This commit is contained in:
zzz
2012-05-22 18:16:51 +00:00
parent f06d99480d
commit 20567ae75e

View File

@@ -1036,6 +1036,8 @@ public class Router implements RouterClock.ClockShiftListener {
return;
if (delta > -60*1000 && delta < 60*1000)
return;
// update the routing key modifier
_context.routingKeyGenerator().generateDateBasedModData();
if (_context.commSystem().countActivePeers() <= 0)
return;
if (delta > 0)