mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
c9f07f36bf
We still do this time update here, since we do it from all callbacks, but it is no longer a reason to keep the once-per-second callback enabled. Closes ticket 26009.
10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
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.
|
|
|