Remove unused value from retry-storage (#5129)

This commit is contained in:
Harshavardhana 2017-10-29 03:13:16 -07:00 committed by Nitish Tiwari
parent 031767791d
commit 8d584bd819

View file

@ -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