Remove unused value from retry-storage (#5129)

master
Harshavardhana 7 years ago committed by Nitish Tiwari
parent 031767791d
commit 8d584bd819
  1. 4
      cmd/retry-storage.go

@ -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…
Cancel
Save