mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Remove unused value from retry-storage (#5129)
This commit is contained in:
parent
031767791d
commit
8d584bd819
@ -23,10 +23,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// Attempt to retry only this many number of times before
|
||||
// giving up on the remote disk entirely during initialization.
|
||||
globalStorageInitRetryThreshold = 4
|
||||
|
||||
// Attempt to retry only this many number of times before
|
||||
// giving up on the remote disk entirely after initialization.
|
||||
globalStorageRetryThreshold = 1
|
||||
|
Loading…
Reference in New Issue
Block a user