mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
fix: tweaking download options
This commit is contained in:
@@ -25,7 +25,7 @@ class HttpDownloader:
|
||||
options.update({
|
||||
"split": "4",
|
||||
"max-connection-per-server": "16",
|
||||
"min-split-size": "1M"
|
||||
"min-split-size": "2M"
|
||||
})
|
||||
|
||||
downloads = self.aria2.add(url, options=options)
|
||||
|
||||
Reference in New Issue
Block a user