straylight: raise OpenCode and llama-server timeouts to 2h

Local prefill and reasoning/coding turns often sit idle past OpenCode's
5–10 minute defaults. Align llama-server --timeout with that window.
This commit is contained in:
2026-09-17 05:49:52 -07:00
parent 2498ec066e
commit c5fed8c604
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -26,6 +26,12 @@ let
options = {
baseURL = llamaBase;
apiKey = "none";
# Local prefill + Ornith <think> / Laguna coding turns routinely sit
# quiet for >10 minutes. OpenCode defaults are 300000ms (request,
# headers, and inter-chunk). Milliseconds; false disables.
timeout = 7200000;
headerTimeout = 7200000;
chunkTimeout = 7200000;
};
models = {
"laguna-s-2.1" = text "Laguna S 2.1";