mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Take into account timeout
This commit is contained in:
parent
10b64e281a
commit
e8fcedf092
@ -421,6 +421,6 @@ void DownloadCommand::installStreamFilter(
|
||||
|
||||
// We need to override noCheck() to return true in order to measure
|
||||
// download speed to check lowest speed.
|
||||
bool DownloadCommand::noCheck() const { return true; }
|
||||
bool DownloadCommand::noCheck() const { return lowestDownloadSpeedLimit_ > 0; }
|
||||
|
||||
} // namespace aria2
|
||||
|
Loading…
Reference in New Issue
Block a user