浏览代码

move the periodic buffer shrinking interval from 3 mins to 1 min

svn:r4204
Roger Dingledine 20 年之前
父节点
当前提交
b92a77b1d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -102,7 +102,7 @@ static int nt_service_is_stopped(void);
 #endif
 
 #define CHECK_DESCRIPTOR_INTERVAL 60 /* one minute */
-#define BUF_SHRINK_INTERVAL 180 /* three minutes */
+#define BUF_SHRINK_INTERVAL 60 /* one minute */
 #define TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT (20*60) /* 20 minutes */
 
 /********* END VARIABLES ************/