mirror of
https://github.com/restic/restic.git
synced 2026-04-26 14:39:26 +00:00
Monotonic timers are paused during standby. Thus these timers won't fire after waking up. Fall back to periodic polling to detect too large clock jumps. See https://github.com/golang/go/issues/35012 for a discussion of go timers during standby.