blob: 51ada157268008e7c4ab3222fab6051a4f275f65 (
plain)
1
2
3
4
5
6
7
8
9
|
o Minor features (mainloop):
- Move responsibility for
keeping track of Tor's uptime
from a nce-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
26009.
|