Variable: consult-async-input-throttle
consult-async-input-throttle is a customizable variable defined in
consult.el.
Value
0.5
Documentation
Input throttle for asynchronous commands.
The asynchronous process is started only every
consult-async-input-throttle seconds. This applies to asynchronous
commands, e.g., consult-grep.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-async-input-throttle 0.5
"Input throttle for asynchronous commands.
The asynchronous process is started only every
`consult-async-input-throttle' seconds. This applies to asynchronous
commands, e.g., `consult-grep'."
:type '(float :tag "Delay in seconds"))