Variable: treemacs--git-cache-max-size
treemacs--git-cache-max-size is a variable defined in
treemacs-async.el.
Value
60
Documentation
Maximum size for treemacs--git-cache.
If it does reach that size it will be cut back to 30 entries.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-async.el
(defvar treemacs--git-cache-max-size 60
"Maximum size for `treemacs--git-cache'.
If it does reach that size it will be cut back to 30 entries.")