From 6631a6e1a15784214bae468a4fdd3168aeef4ab7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 30 Aug 2016 15:48:24 +0200 Subject: Increase the sleep time between download retries --- src/libstore/download.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstore/download.hh') diff --git a/src/libstore/download.hh b/src/libstore/download.hh index 08618ba1c95d..f22e688645b0 100644 --- a/src/libstore/download.hh +++ b/src/libstore/download.hh @@ -14,6 +14,7 @@ struct DownloadOptions enum { yes, no, automatic } showProgress = yes; bool head = false; size_t tries = 1; + unsigned int baseRetryTimeMs = 100; }; struct DownloadResult -- cgit 1.4.1