mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -1,6 +1,6 @@
|
||||
;;; 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
|
||||
Emacs.")
|
||||
|
||||
|
Reference in New Issue
Block a user