From 7e7908f01a47cf92b3e9b093083e2b9cc1b4c7db Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Sep 2025 16:03:47 +0300 Subject: Docs: document debounce/throttle and update example config\n\n- config.json.example: add completion_debounce_ms and completion_throttle_ms\n- docs/configuration.md: describe new settings and env vars --- config.json.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example index a2e46d1..d0e6ed7 100644 --- a/config.json.example +++ b/config.json.example @@ -4,6 +4,8 @@ "context_window_lines": 120, "max_context_tokens": 4000, "log_preview_limit": 100, + "completion_debounce_ms": 200, + "completion_throttle_ms": 0, "no_disk_io": true, "trigger_characters": [".", ":", "/", "_", " "], "coding_temperature": 0.2, -- cgit v1.2.3