Variable: projectile--sibling-cap-min-projects
projectile--sibling-cap-min-projects is a variable defined in
projectile.el.
Value
10
Documentation
How many known projects there must be before the share cap applies.
Below this projectile-sibling-max-group-share is ignored: a share of a
handful of projects measures nothing, and relating three of your four
projects to each other is a fine answer.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--sibling-cap-min-projects 10
"How many known projects there must be before the share cap applies.
Below this `projectile-sibling-max-group-share' is ignored: a share of a
handful of projects measures nothing, and relating three of your four
projects to each other is a fine answer.")