mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8a81a70878
The change here was very simple, since there is a flag set whenever we want to schedule this event. Closes ticket 25391. m
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
o Minor features (mainloop):
|
|
- Move responsibility for
|
|
rescanning the consensus cache
|
|
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:
|
|
25931.
|
|
|