|
|
aira2 控制做种的参数是
- --seed-ratio=<RATIO>
- --seed-time=<MINUTES>
复制代码- --seed-ratio=<RATIO>
- Specify share ratio. Seed completed torrents until share ratio reaches RATIO. You are strongly encouraged to specify equals or more than 1.0 here. Specify 0.0 if you intend to do seeding regardless of share ratio. If --seed-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied. Default: 1.0
- --seed-time=<MINUTES>
- Specify seeding time in (fractional) minutes. Also see the --seed-ratio option.
复制代码
一般做种--seed-ratio=0.0 应该就会一直上传了,但是貌似没法单独对某个任务做限制,就是你要拿aria2来同时下载+做种估计做不到,这样设置全部任务都会无限制上传了,当然可以手动停止下载任务,只留做种的。 |
|