소스 검색

stop caching the v1 directory so often.

svn:r6226
Roger Dingledine 19 년 전
부모
커밋
51a3981d10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -559,7 +559,7 @@ get_dir_fetch_period(or_options_t *options)
     return options->DirFetchPeriod;
   else if (options->DirPort)
     /* Default for directory server */
-    return 20*60;
+    return 60*60;
   else
     /* Default for average user. */
     return 120*60;