Variable: projectile-frecency-max-projects
projectile-frecency-max-projects is a customizable variable defined in
projectile.el.
Value
100
Documentation
Maximum number of projects whose frecency history is kept.
When the store holds more roots than this, the least recently active ones are dropped on save, so the history can't grow without bound as projects come and go.
This variable was added, or its default value changed, in projectile version 3.2.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-frecency-max-projects 100
"Maximum number of projects whose frecency history is kept.
When the store holds more roots than this, the least recently active
ones are dropped on save, so the history can't grow without bound as
projects come and go."
:group 'projectile
:type 'natnum
:package-version '(projectile . "3.2.0"))