Update fallback stability requirements

Decrease the minimum number of fallbacks to 100.

Final fix to 20913.
This commit is contained in:
teor
2017-05-16 18:06:05 +10:00
parent 0e81e2114a
commit cd687a0a2c
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
o Minor bugfixes (fallbacks):
- Make sure fallback directory mirrors have the same address, port, and
relay identity key for at least 30 days before they are selected.
Partial fix to 20913, bugfix on 0.2.8.1-alpha.
Fixes 20913, bugfix on 0.2.8.1-alpha.
- Decrease the guard flag average required to be a fallback. This allows
us to keep relays that have their guard flag removed when they restart.
Partial fix to 20913, bugfix on 0.2.8.1-alpha.
Fixes 20913, bugfix on 0.2.8.1-alpha.
- Decrease the minimum number of fallbacks to 100.
Fixes 20913, bugfix on 0.2.8.1-alpha.