mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Remove unused value from retry-storage (#5129)
This commit is contained in:
committed by
Nitish Tiwari
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
|
||||
|
||||
Reference in New Issue
Block a user