What's Changed
- Show dev servers that are slow to answer. The probe deadline was 2.5s and covered the entire redirect chain, so an app that bounces
/through a couple of hops — common for Rails and Django in dev mode, where each hop pays a code-reloading cost — timed out every cycle and never reached the picker. The budget is now 8s. - Surface a server as soon as it redirects, even if the rest of the chain is still slow. A redirect already proves something is alive on the port.