Variable Clock.ClockSyncInterval

how often the clock should be synchronized with the network

class Clock
{
  // ...
  const(core.time.Duration) ClockSyncInterval = Duration(600000000L);
  // ...
}