mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
correct RefreshCall
& UnlockCall
of DefaultTimeouts
(#15288)
This commit is contained in:
parent
a6f40dd574
commit
df911c9b9e
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user