diff --git a/internal/dsync/drwmutex.go b/internal/dsync/drwmutex.go index 72f7aabbe..eeceeddeb 100644 --- a/internal/dsync/drwmutex.go +++ b/internal/dsync/drwmutex.go @@ -82,8 +82,8 @@ type Timeouts struct { // DefaultTimeouts contains default timeouts. var DefaultTimeouts = Timeouts{ Acquire: drwMutexAcquireTimeout, - RefreshCall: drwMutexUnlockCallTimeout, - UnlockCall: drwMutexRefreshCallTimeout, + RefreshCall: drwMutexRefreshCallTimeout, + UnlockCall: drwMutexUnlockCallTimeout, ForceUnlockCall: drwMutexForceUnlockCallTimeout, }