From 62361cc6988bba1420f89fe8273b4caf3c96b704 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 4 Aug 2020 12:59:49 -0400 Subject: Launch early reachability tests once a minute, not once a second. This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha. --- changes/bug40083 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug40083 (limited to 'changes') diff --git a/changes/bug40083 b/changes/bug40083 new file mode 100644 index 0000000000..db26017664 --- /dev/null +++ b/changes/bug40083 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay, self-testing): + - When starting up as a relay, if we haven't been able to verify that + we're reachable, only launch reachability tests at most once a minute. + Previously, we had been launching tests up to once a second, which + was needlessly noisy. Fixes bug 40083; bugfix on 0.2.8.1-alpha. -- cgit v1.2.3-54-g00ecf