From 3802e09b4279289fad5a6b90f1abeabc60b62d71 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Thu, 1 Jun 2017 17:49:27 +0300 Subject: [PATCH] Simplify doc wording --- options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.go b/options.go index 9ccdb592..4e1c9d0d 100644 --- a/options.go +++ b/options.go @@ -37,8 +37,8 @@ type Options struct { // Default is to not retry failed commands. MaxRetries int - // Retry using exponential backoff wait algorithm between each retry - // Default is 512 milliseconds; set to -1 to disable any backoff sleep + // Maximum backoff between each retry. + // Default is 512 seconds; -1 disables backoff. MaxRetryBackoff time.Duration // Dial timeout for establishing new connections.