diff options
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, |
