change min required number of fd's to 1024

svn:r2636
This commit is contained in:
Roger Dingledine 2004-11-01 08:09:59 +00:00
parent 3e03602b9f
commit 282816b498

View File

@ -595,7 +595,7 @@ init_options(or_options_t *options)
options->RendExcludeNodes = tor_strdup("");
/* options->PidFile = tor_strdup("tor.pid"); */
options->PathlenCoinWeight = 0.3;
options->MaxConn = 900;
options->MaxConn = 1024;
options->DirFetchPostPeriod = 600;
options->KeepalivePeriod = 300;
options->MaxOnionsPending = 100;