mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Do not generate more than 2 of each directory type per minute.
svn:r4946
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user