mirror of
https://github.com/minio/minio.git
synced 2025-04-07 13:15:39 -04:00
Remove unused value from retry-storage (#5129)
This commit is contained in:
parent
031767791d
commit
8d584bd819
@ -23,10 +23,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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
|
// Attempt to retry only this many number of times before
|
||||||
// giving up on the remote disk entirely after initialization.
|
// giving up on the remote disk entirely after initialization.
|
||||||
globalStorageRetryThreshold = 1
|
globalStorageRetryThreshold = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user