dirauth: Move authdir_mode_v3() to module
[tor.git] / changes / ticket25948
blob7851d0b65bbe0f12db4839bfffce3e00df2a90ab
1   o Minor features (mainloop):
2     - Move responsibility for
3       saving the state file to disk
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       25948.