소스 검색

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 ************/