Just wondering about the frequency that Resin host OS synchronizes time - the only documentation i could find indicates on boot - then periodically. Just wondering what periodically means - thanks!
Hi @coffmantech
ResinOS runs the timesync systemd service with the default values.
The timesync service dynamically selects the optimal poll interval between the values of NTP_POLL_INTERVAL_MIN_SEC
and NTP_POLL_INTERVAL_MAX_SEC
, which default to 32 and 2048 seconds respectively and are correct for most environments.
I hope that helps!
Joe
Thanks Joe!