mirror of https://github.com/aria2/aria2
remove the limit of max-connection-per-server
parent
7f6578aa7d
commit
c61bf17f29
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue