mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Make ROUTERLIST_PRUNING_INTERVAL 1 hr.
This commit is contained in:
parent
100136ca86
commit
411780d563
@ -2231,7 +2231,7 @@ retry_dns_callback(time_t now, const or_options_t *options)
|
||||
static int
|
||||
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)options;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user