mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
people are starting to bump into the limit of 50 dns workers.
raise it to 100 for now. we need a better solution long-term. but alas, there are no better solutions that are also portable. hm. svn:r2363
This commit is contained in:
parent
578f3e5ccc
commit
013104a1e2
@ -21,7 +21,7 @@ extern or_options_t options; /* command-line and config-file options */
|
||||
#define MAX_ADDRESSLEN 256
|
||||
|
||||
/** Maximum DNS processes to spawn. */
|
||||
#define MAX_DNSWORKERS 50
|
||||
#define MAX_DNSWORKERS 100
|
||||
/** Minimum DNS processes to spawn. */
|
||||
#define MIN_DNSWORKERS 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user