Variable: projectile--watch-debounce-delay
projectile--watch-debounce-delay is a variable defined in
projectile.el.
Value
0.5
Documentation
Seconds to wait after a file-notify event before processing the batch.
Coalesces event bursts (e.g. a git checkout touching many files) into
a single pass over the project's cached file list.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--watch-debounce-delay 0.5
"Seconds to wait after a file-notify event before processing the batch.
Coalesces event bursts (e.g. a `git checkout' touching many files) into
a single pass over the project's cached file list.")