mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
lower the minimum required number of fd's to 1000, so we can
have some overhead for valgrind on linux, where the default ulimit -n is 1024. svn:r6338
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ static config_var_t _option_vars[] = {
|
||||
VAR("CircuitBuildTimeout", INTERVAL, CircuitBuildTimeout, "1 minute"),
|
||||
VAR("CircuitIdleTimeout", INTERVAL, CircuitIdleTimeout, "1 hour"),
|
||||
VAR("ClientOnly", BOOL, ClientOnly, "0"),
|
||||
VAR("ConnLimit", UINT, ConnLimit, "1024"),
|
||||
VAR("ConnLimit", UINT, ConnLimit, "1000"),
|
||||
VAR("ContactInfo", STRING, ContactInfo, NULL),
|
||||
VAR("ControlListenAddress",LINELIST, ControlListenAddress, NULL),
|
||||
VAR("ControlPort", UINT, ControlPort, "0"),
|
||||
|
||||
Reference in New Issue
Block a user