branch: externals/minuet
commit a44e1a5f86de64e778b58c18d72aba76dc44af4d
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    feat!: change default debounce delay to 0.4 seconds.
---
 README.md | 2 +-
 minuet.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 61dd1c90b0..93a6f74f04 100644
--- a/README.md
+++ b/README.md
@@ -244,7 +244,7 @@ If resource efficiency is imporant, it is recommended to 
set this value to `1`.
 ## minuet-auto-suggestion-debounce-delay
 
 The delay in seconds before sending a completion request after typing stops. 
The
-default is `0.2` seconds.
+default is `0.4` seconds.
 
 ## minuet-auto-suggestion-throttle-delay
 
diff --git a/minuet.el b/minuet.el
index bcaf0a57c8..78f0c616d0 100644
--- a/minuet.el
+++ b/minuet.el
@@ -52,7 +52,7 @@
 (declare-function evil-emacs-state-p "evil-states")
 (declare-function evil-insert-state-p "evil-states")
 
-(defcustom minuet-auto-suggestion-debounce-delay 0.2
+(defcustom minuet-auto-suggestion-debounce-delay 0.4
     "Debounce delay in seconds for auto-suggestions."
     :type 'number
     :group 'minuet)

Reply via email to