فهرست منبع

Take into account timeout

Tatsuhiro Tsujikawa 9 سال پیش
والد
کامیت
e8fcedf092
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/DownloadCommand.cc

+ 1 - 1
src/DownloadCommand.cc

@@ -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