Variable: eglot-max-file-watches
eglot-max-file-watches is a variable defined in eglot.el.gz.
Value
10000
Documentation
Maximum number of file watches across all Eglot servers.
If this limit is reached, a warning is issued and further watches are not added. Set to nil for unlimited watches.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar eglot-max-file-watches 10000
"Maximum number of file watches across all Eglot servers.
If this limit is reached, a warning is issued and further watches
are not added. Set to nil for unlimited watches.")