From 2c25bb413ec44257a8b8692958a348aaa6553c8c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 5 Mar 2014 14:25:38 -0500 Subject: Lower the maximum for PrecictedCircsRelevanceTime to one hour --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/or/config.c b/src/or/config.c index db111b5e2..052971419 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2388,7 +2388,7 @@ compute_publishserverdescriptor(or_options_t *options) /** Higest allowable value for PredictedCircsRelevanceTime; if this is * too high, our selection of exits will decrease for an extended * period of time to an uncomfortable level .*/ -#define MAX_PREDICTED_CIRCS_RELEVANCE (24*60*60) +#define MAX_PREDICTED_CIRCS_RELEVANCE (60*60) /** Highest allowable value for RendPostPeriod. */ #define MAX_DIR_PERIOD (MIN_ONION_KEY_LIFETIME/2) -- cgit v1.2.3