mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 05:12:10 +00:00
fix Unix to UnixNano
This commit is contained in:
parent
b57d42905c
commit
b06427c9f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user