summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-15 08:19:11 +0300
committerPaul Buetow <paul@buetow.org>2025-09-15 08:19:11 +0300
commitd1bc9ffe01f426e00bb83055bcebbb1e4d625a0a (patch)
treee9566134520921b4fcdcae826699e4ae43fb29ce
parentdac90ba0e3036a15779da70e771c5cf2818c817f (diff)
change default timeout
-rw-r--r--internal/appconfig/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/appconfig/config.go b/internal/appconfig/config.go
index b912271..c8cf871 100644
--- a/internal/appconfig/config.go
+++ b/internal/appconfig/config.go
@@ -119,7 +119,7 @@ func newDefaultConfig() App {
OllamaTemperature: &t,
CopilotTemperature: &t,
ManualInvokeMinPrefix: 0,
- CompletionDebounceMs: 200,
+ CompletionDebounceMs: 800,
CompletionThrottleMs: 0,
// Inline/chat trigger defaults
InlineOpen: ">",