pull/1/head
Tatsuhiro Tsujikawa 2009-03-21 15:16:54 +00:00
parent f227c19076
commit e091924040
1 changed files with 10 additions and 0 deletions

10
NEWS
View File

@ -19,6 +19,16 @@ translations were updated.
Changes
-------
* Added --bt-tracker-interval option to specify the interval between
tracker requests. If non-zero value is specified, aria2 uses it and
ignores the interval value in the response of tracker. If zero is
specified, aria2 determines the inteval value based on the tarcker
response and download progress.
* Reduced CPU usage in RarestPieceSelector.
* Reduced CPU usage when hitting download limit/upload limit.
* Changed the default value of --uri-selector option from 'inorder' to
'feedback'