[or-cvs] people are starting to bump into the limit of 50 dns workers.

Roger Dingledine arma at seul.org
Wed Sep 22 03:56:43 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	dns.c 
Log Message:
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.


Index: dns.c
===================================================================
RCS file: /home/or/cvsroot/src/or/dns.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- dns.c	21 Sep 2004 18:12:12 -0000	1.109
+++ dns.c	22 Sep 2004 03:56:41 -0000	1.110
@@ -21,7 +21,7 @@
 #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
 



More information about the tor-commits mailing list