From 10112d4b7a8150118e705b95df73c08824ac2b22 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Mar 2026 16:15:04 +0200 Subject: Release v0.22.3 --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index 84734a5..098600e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -9,7 +9,7 @@ [general] max_tokens = 4000 max_context_tokens = 4000 -request_timeout = 30 # LLM request timeout in seconds +request_timeout = 600 # LLM request timeout in seconds (10 minutes) # context_mode controls how much of the current document is sent as extra context: # - minimal: no additional context beyond the request payload. # - window: include a sliding window of ~context_window_lines around the cursor. -- cgit v1.2.3