summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-03 16:03:47 +0300
committerPaul Buetow <paul@buetow.org>2025-09-03 16:03:47 +0300
commit7e7908f01a47cf92b3e9b093083e2b9cc1b4c7db (patch)
tree595002cdd2ef70d4e5c063d2cdefe852c5ede30e /config.json.example
parent48a397193a1ff581011f1a22b49637cff521afb5 (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.example2
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,