[or-cvs] Do not generate more than 2 of each directory type per minu...

Nick Mathewson nickm at seul.org
Thu Sep 8 20:47:13 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv18250/src/or

Modified Files:
	dirserv.c 
Log Message:
Do not generate more than 2 of each directory type per minute.

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- dirserv.c	8 Sep 2005 20:36:40 -0000	1.215
+++ dirserv.c	8 Sep 2005 20:47:11 -0000	1.216
@@ -15,7 +15,7 @@
 /** How far in the future do we allow a router to get? (seconds) */
 #define ROUTER_ALLOW_SKEW (60*60*12) /* 12 hours */
 /** How many seconds do we wait before regenerating the directory? */
-#define DIR_REGEN_SLACK_TIME 5
+#define DIR_REGEN_SLACK_TIME 30
 
 extern long stats_n_seconds_working;
 



More information about the tor-commits mailing list