HttpBinaryCacheStore: Use default number of retries for NARs
This commit is contained in:
@@ -113,7 +113,6 @@ protected:
|
||||
DownloadRequest makeRequest(const std::string & path)
|
||||
{
|
||||
DownloadRequest request(cacheUri + "/" + path);
|
||||
request.tries = 8;
|
||||
return request;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user