mirror of
https://github.com/restic/restic.git
synced 2025-06-10 20:18:28 +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.