FireHead90544 / SenPY

SenPY - A highly efficient CLI based anime downloader written in python and integrated with aria2.
GNU General Public License v3.0
18 stars 4 forks source link

limits the number of items which are downloaded concurrently #4

Closed candrapersada closed 6 months ago

candrapersada commented 1 year ago

how to limits the number of items which are downloaded concurrently in aria2 or SenPY? --max-concurrent-downloads=<N>

FireHead90544 commented 1 year ago

I will be adding an option for this in the next update. Until then, you can change the --max-concurrent-downloads=6 parameter in this line as a temporary measure.

classicalokaku commented 1 year ago

please add this feature

FireHead90544 commented 6 months ago

Finally added this option in v1.1.0. You may find the option for this in the config file now.