blob: e4dd56df06c2f5aedea9d96cb74caec4d7f2808a (
plain)
1
2
3
4
5
6
7
8
9
|
o Minor features (mainloop):
- Move responsibility for
warning relay operators about unreachable ports
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
25952.
|