Skip to content

Commit

Permalink
Remove unused value from retry-storage (#5129)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored and nitisht committed Oct 29, 2017
1 parent 0317677 commit 8d584bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/retry-storage.go
Expand Up @@ -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
Expand Down

0 comments on commit 8d584bd

Please sign in to comment.