Skip to content

salad/waitress: use poll rather than select

Martin Roukala requested to merge mupuf/ci-tron:salad_waitress_select into main

It seems like waitress is leaking fds periodically, then ends up not working after 2 weeks (like clockwork). Let's try switching to poll rather than select as it should be more resistant to the leak (no fd count limits).

Merge request reports