mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
77b7eb2795
This is now handled as-needed as the control module is flushing its own callbacks. Closes ticket 25951.
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
o Minor features (mainloop):
|
|
- Move responsibility for
|
|
flushing log callbacks
|
|
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
|
|
25951.
|
|
|