blob: 67f56f7cc0886b90067c5ff5e23f11fd079f9ab7 (
plain)
1
2
3
4
5
6
7
8
9
|
o Minor features (mainloop):
- Move responsibility for
closing connections, circuits, and channels
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
25932.
|