fix: tweaking download options

This commit is contained in:
Chubby Granny Chaser
2025-04-09 16:06:01 +01:00
3 changed files with 3 additions and 6 deletions

View File

@@ -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)