mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
10 lines
338 B
Text
10 lines
338 B
Text
|
o Minor features (mainloop):
|
||
|
- Move responsibility for
|
||
|
consensus voting
|
||
|
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
|
||
|
25937.
|
||
|
|