Skip to content
#

aria2-cli

Here are 6 public repositories matching this topic...

Language: All
Filter by language
pawamoy
pawamoy commented Dec 14, 2019
  1. add a parameter update_interval to init method of class interface.Interface. This value is used to change the sleep value: self.sleep = update_interval / self.frames
    • Example with 1 second interval (default): sleep = 1 / 200 = 0.005
    • Example with 2 seconds interval: sleep = 2 / 200 = 0.01
  2. add an option to the top subparser of the main CLI parser (in cli.get_parser fu

Improve this page

Add a description, image, and links to the aria2-cli topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aria2-cli topic, visit your repo's landing page and select "manage topics."

Learn more