Merge pull request #798 from aria2/fix-optimize-concurrent-downloads-lower-bound

Fix bug that lower bound of optimize-concurrent-downloads becomes 1
pull/816/merge
Tatsuhiro Tsujikawa 2016-12-09 00:26:43 +09:00 committed by GitHub
commit ec02ae65bb
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ int RequestGroupMan::optimizeConcurrentDownloads()
}
if (optimizationSpeed_ <= 0) {
return 1;
return optimizeConcurrentDownloadsCoeffA_;
}
// apply the rule