aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dns.c')
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 0e583c084..70054744f 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -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