tor/changes/ticket25948
2018-04-30 16:46:52 -04:00

10 lines
351 B
Plaintext

o Minor features (mainloop):
- Move responsibility for
saving the state file to disk
from a once-per-second callback to a callback that is only scheduled as
needed. Once enough items are removed from our once-per-second
callback, we can eliminate it entirely to conserve CPU when idle.
Closes ticket
25948.