tor/changes/ticket25949
2018-04-27 10:45:12 -04:00

10 lines
357 B
Plaintext

o Minor features (mainloop):
- Move responsibility for
honoring delayed SIGNEWNYM requests
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
25949.