mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-03-08 20:35:18 +01:00
Reset the value for chunk retry limit
Forgot to reset the value in 709235613f5f1f51afc36cfc671e0cc2cb3b96f8
This commit is contained in:
parent
709235613f
commit
6f42fec671
@ -1619,6 +1619,7 @@ int Downloader::repairFile(const std::string& url, const std::string& filepath,
|
||||
{
|
||||
std::cout << "OK\r" << std::flush;
|
||||
iChunkRetryCount = 0; // reset retry count
|
||||
bChunkRetryLimitReached = false;
|
||||
}
|
||||
free(chunk);
|
||||
res = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user