mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
Merge 423d51c2fe
into b519ce04e3
This commit is contained in:
commit
488d367ee2
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ void DownloadCommand::checkLowestDownloadSpeed() const
|
|||
startupIdleTime_) {
|
||||
int nowSpeed = peerStat_->calculateDownloadSpeed();
|
||||
if (nowSpeed <= lowestDownloadSpeedLimit_) {
|
||||
throw DL_ABORT_EX2(fmt(EX_TOO_SLOW_DOWNLOAD_SPEED, nowSpeed,
|
||||
throw DL_RETRY_EX2(fmt(EX_TOO_SLOW_DOWNLOAD_SPEED, nowSpeed,
|
||||
lowestDownloadSpeedLimit_,
|
||||
getRequest()->getHost().c_str()),
|
||||
error_code::TOO_SLOW_DOWNLOAD_SPEED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue