mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
change min required number of fd's to 1024
svn:r2636
This commit is contained in:
parent
3e03602b9f
commit
282816b498
@ -595,7 +595,7 @@ init_options(or_options_t *options)
|
|||||||
options->RendExcludeNodes = tor_strdup("");
|
options->RendExcludeNodes = tor_strdup("");
|
||||||
/* options->PidFile = tor_strdup("tor.pid"); */
|
/* options->PidFile = tor_strdup("tor.pid"); */
|
||||||
options->PathlenCoinWeight = 0.3;
|
options->PathlenCoinWeight = 0.3;
|
||||||
options->MaxConn = 900;
|
options->MaxConn = 1024;
|
||||||
options->DirFetchPostPeriod = 600;
|
options->DirFetchPostPeriod = 600;
|
||||||
options->KeepalivePeriod = 300;
|
options->KeepalivePeriod = 300;
|
||||||
options->MaxOnionsPending = 100;
|
options->MaxOnionsPending = 100;
|
||||||
|
Loading…
Reference in New Issue
Block a user