summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0e583c0844..70054744f1 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