Skip to content
Snippets Groups Projects
Commit 282816b4 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

change min required number of fd's to 1024

svn:r2636
parent 3e03602b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment