HttpBinaryCacheStore: Use default number of retries for NARs

This commit is contained in:
Eelco Dolstra 2019-07-10 23:05:04 +02:00
parent f76b2a7fdd
commit 00f6fafad6
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ protected:
DownloadRequest makeRequest(const std::string & path)
{
DownloadRequest request(cacheUri + "/" + path);
request.tries = 8;
return request;
}