diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-14 16:15:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-14 16:15:04 +0200 |
| commit | 10112d4b7a8150118e705b95df73c08824ac2b22 (patch) | |
| tree | a441a95ed22bef8f5eae4bdd5b103b8fb3e9ccbb /internal/appconfig | |
| parent | 4cf21e265c1de0457af30aecb77ef0826468e366 (diff) | |
Release v0.22.3v0.22.3
Diffstat (limited to 'internal/appconfig')
| -rw-r--r-- | internal/appconfig/config_types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/appconfig/config_types.go b/internal/appconfig/config_types.go index 92dad25..59b02e3 100644 --- a/internal/appconfig/config_types.go +++ b/internal/appconfig/config_types.go @@ -170,7 +170,7 @@ func newDefaultConfig() App { ContextWindowLines: 120, MaxContextTokens: 4000, LogPreviewLimit: 100, - RequestTimeout: 30, + RequestTimeout: 600, CodingTemperature: &t, OpenAITemperature: &t, OllamaTemperature: &t, |
