tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c8c4c3dffa71b4bbc9e7cabfee2124fb5e19ad39
parent 411780d563e4d08e12d8aef0bbe8915f48011cca
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Sat, 17 Nov 2018 10:27:10 +0200

fixup! Make ROUTERLIST_PRUNING_INTERVAL 1 hr.

Diffstat:
Mchanges/bug27929 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug27929 b/changes/bug27929 @@ -1,5 +1,5 @@ o Minor bugfixes (periodic events): - Refrain from calling routerlist_remove_old_routers() from check_descriptor_callback(). Instead, create a new periodic - event that will run every minute even if Tor is not configured + event that will run once every hour even if Tor is not configured as onion router. Fixes bug 27929; bugfix on 0.2.8.1-alpha.