Variable: projectile-frecency-max-files

projectile-frecency-max-files is a customizable variable defined in projectile.el.

Value

200

Documentation

Maximum number of files tracked per project.

When the limit is exceeded, the lowest-ranking entries are dropped.

This variable was added, or its default value changed, in projectile version 3.1.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-frecency-max-files 200
  "Maximum number of files tracked per project.
When the limit is exceeded, the lowest-ranking entries are dropped."
  :group 'projectile
  :type 'natnum
  :package-version '(projectile . "3.1.0"))