Merge pull request #3985 from saltsa/fix_lock_refresh

Fix bug in lock refresh monitoring
This commit is contained in:
Michael Eischer
2022-10-24 22:59:18 +02:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ func monitorLockRefresh(ctx context.Context, lock *restic.Lock, lockInfo *lockCo
debug.Log("terminate expiry monitoring")
return
case <-refreshed:
lastRefresh = time.Now().Unix()
lastRefresh = time.Now().UnixNano()
case <-timer.C:
if time.Now().UnixNano()-lastRefresh < refreshabilityTimeout.Nanoseconds() {
// restart timer