소스 검색

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

svn:r4946
Nick Mathewson 20 년 전
부모
커밋
c523e106b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;