Browse Source

change min required number of fd's to 1024

svn:r2636
Roger Dingledine 20 years ago
parent
commit
282816b498
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

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