From 8d584bd81911f7d17b5030b24f3279b8d12dfa8d Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 29 Oct 2017 03:13:16 -0700 Subject: [PATCH] Remove unused value from retry-storage (#5129) --- cmd/retry-storage.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/retry-storage.go b/cmd/retry-storage.go index a75e02e61..a61952016 100644 --- a/cmd/retry-storage.go +++ b/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