Reduce projectile cache limit

fd/ripgrep are pretty fast, so be a little more aggressive when cleaning
up the projectile cache.
This commit is contained in:
Henrik Lissner 2020-08-01 15:19:59 -04:00
parent e852ac0469
commit f7b786f72e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,6 +1,6 @@
;;; core-projects.el -*- lexical-binding: t; -*- ;;; core-projects.el -*- lexical-binding: t; -*-
(defvar doom-projectile-cache-limit 25000 (defvar doom-projectile-cache-limit 10000
"If any project cache surpasses this many files it is purged when quitting "If any project cache surpasses this many files it is purged when quitting
Emacs.") Emacs.")