Do not generate more than 2 of each directory type per minute.

svn:r4946
This commit is contained in:
Nick Mathewson
2005-09-08 20:47:11 +00:00
parent 18e4d78354
commit c523e106b5
+1 -1
View File
@@ -15,7 +15,7 @@ const char dirserv_c_id[] = "$Id$";
/** 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;