Change Max Connections

Change Max Connections to 99
pull/1025/head
lindatess 2017-02-18 17:26:33 +11:00 committed by GitHub
parent 857d6a2a8e
commit 87dd9b91bc
1 changed files with 1 additions and 1 deletions

View File

@ -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, 99, 'x'));
op->addTag(TAG_BASIC);
op->addTag(TAG_FTP);
op->addTag(TAG_HTTP);