From 2a0863cf3eb99e296bfaf4197c1b1fb28f31b704 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 6 Jun 2026 20:08:55 +0200 Subject: [PATCH] docs(deploy): correct Ollama read timeout default to 60s application.yaml sets app.ollama.timeout-seconds: 60 (raised from 30 to absorb the cold model load on the first query after an Ollama restart), but DEPLOYMENT.md still documented 30. A doc that contradicts the shipped value is a traceability defect. Addresses #759 review (Markus, Felix, Elicit). Co-Authored-By: Claude Opus 4.8 --- docs/DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 5c2580de..d5f6e1c1 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -613,7 +613,7 @@ Expected output includes `qwen2.5:7b-instruct-q4_K_M`. |---|---|---| | `app.ollama.base-url` | `http://ollama:11434` | Ollama service URL (dev: `http://localhost:11434`) | | `app.ollama.model` | `qwen2.5:7b-instruct-q4_K_M` | Model to use for inference | -| `app.ollama.timeout-seconds` | `30` | Read timeout for inference calls | +| `app.ollama.timeout-seconds` | `60` | Read timeout for inference calls (absorbs cold model load on the first query after an Ollama restart) | | `app.nl-search.rate-limit.max-requests-per-minute` | `5` | Per-user rate limit | ### Upgrade the Ollama model