OLLAMA_DISCOVERY_TIMEOUT_SECONDS = 1.0Socket timeout for Ollama discovery probes.
Kept short so a dead daemon does not stall switcher loading. Discovery runs
off the UI loop in a worker thread and may call /api/tags and /api/show,
so this caps the worst-case wait visible to the user.