diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-03 16:03:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-03 16:03:47 +0300 |
| commit | 7e7908f01a47cf92b3e9b093083e2b9cc1b4c7db (patch) | |
| tree | 595002cdd2ef70d4e5c063d2cdefe852c5ede30e /config.json.example | |
| parent | 48a397193a1ff581011f1a22b49637cff521afb5 (diff) | |
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
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
