From f7b786f72e6da45d8d898d0d0eb0a776cf4e1ba5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 1 Aug 2020 15:19:59 -0400 Subject: [PATCH] Reduce projectile cache limit fd/ripgrep are pretty fast, so be a little more aggressive when cleaning up the projectile cache. --- core/core-projects.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-projects.el b/core/core-projects.el index 0056dfeb5..061b6b9fd 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -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.")