Variable: consult-async-input-debounce

consult-async-input-debounce is a customizable variable defined in consult.el.

Value

0.2

Documentation

Input debounce for asynchronous commands.

The asynchronous process is started only when there has not been new input for consult-async-input-debounce 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-debounce 0.2
  "Input debounce for asynchronous commands.

The asynchronous process is started only when there has not been new
input for `consult-async-input-debounce' seconds.  This applies to
asynchronous commands, e.g., `consult-grep'."
  :type '(float :tag "Delay in seconds"))