Files
netbird/e2e
mlsmaycon 9e1431084f [misc] End the access-log lookup when its window ends
The poll interval was not bounded by the window: a page that came back
without the row just before the deadline still slept a full two seconds
before the loop noticed it was out of budget, so the caller waited longer
than the window it asked for to be told nothing arrived.

Cap the wait at whatever is left of the window.
2026-08-23 06:20:55 +00:00
..