dirauth: Move authdir_mode_v3() to module
[tor.git] / changes / ticket25937
blob7c49fac70866647e0f3b4884baa9b273f44a1f2b
1   o Minor features (mainloop):
2     - Move responsibility for
3       consensus voting
4       from a once-per-second callback to a callback that is only scheduled as
5       needed.  Once enough items are removed from our once-per-second
6       callback, we can eliminate it entirely to conserve CPU when idle.
7       Closes ticket
8       25937.