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

svn:r4204
This commit is contained in:
Roger Dingledine 2005-05-14 01:11:45 +00:00
parent 7fa5954431
commit b92a77b1d2

View File

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