Make ROUTERLIST_PRUNING_INTERVAL 1 hr.

This commit is contained in:
rl1987 2018-11-17 10:19:25 +02:00
parent 100136ca86
commit 411780d563

View File

@ -2231,7 +2231,7 @@ retry_dns_callback(time_t now, const or_options_t *options)
static int static int
prune_old_routers_callback(time_t now, const or_options_t *options) prune_old_routers_callback(time_t now, const or_options_t *options)
{ {
#define ROUTERLIST_PRUNING_INTERVAL (60) // 1 minute. #define ROUTERLIST_PRUNING_INTERVAL (60*60) // 1 hour.
(void)now; (void)now;
(void)options; (void)options;