瀏覽代碼

forward-port the part where ordinary users try to fetch directories
less often. not critical but might as well stay in sync with stable.


svn:r5910

Roger Dingledine 19 年之前
父節點
當前提交
a53a73a782
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -537,7 +537,7 @@ get_dir_fetch_period(or_options_t *options)
     return 20*60;
   else
     /* Default for average user. */
-    return 40*60;
+    return 120*60;
 }
 
 /**