Explorar el Código

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

svn:r4946
Nick Mathewson hace 20 años
padre
commit
c523e106b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
src/or/dirserv.c

@@ -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;