1
0
forked from nikkuss/pkgs

bump helium and add aria2-fast

This commit is contained in:
2025-12-05 23:09:57 +04:00
parent e8a67e136d
commit 34dbec903f
6 changed files with 205 additions and 189 deletions
@@ -0,0 +1,11 @@
--- a/src/OptionHandlerFactory.cc
+++ b/src/OptionHandlerFactory.cc
@@ -440,7 +440,7 @@ std::vector<OptionHandler*> OptionHandlerFactory::createOptionHandlers()
{
OptionHandler* op(new NumberOptionHandler(PREF_MAX_CONNECTION_PER_SERVER,
TEXT_MAX_CONNECTION_PER_SERVER,
- "1", 1, 16, 'x'));
+ "1", 1, -1, 'x'));
op->addTag(TAG_BASIC);
op->addTag(TAG_FTP);
op->addTag(TAG_HTTP);