Skip to content

Fix crash when ntp update

Antoine requested to merge fix_crash_when_ntp_update into stable

If Gouge lose connection, the ntp autosync would run forever consuming memory and risking to be run twice at the same time. Causing gouge to restart.

This pr fix that by runing autosync only once every time period (60min by default) (even if syncing fails).

also clean the "time" module.

Merge request reports