correct RefreshCall & UnlockCall of DefaultTimeouts (#15288)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user