forked from lix-project/lix
HttpBinaryCacheStore: Use default number of retries for NARs
This commit is contained in:
parent
f76b2a7fdd
commit
00f6fafad6
|
@ -113,7 +113,6 @@ protected:
|
|||
DownloadRequest makeRequest(const std::string & path)
|
||||
{
|
||||
DownloadRequest request(cacheUri + "/" + path);
|
||||
request.tries = 8;
|
||||
return request;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue