From 4ae5bc87dd00ec869969fcc82877319ef092907b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 15 Dec 2021 09:45:27 +0100 Subject: [PATCH] Reduce Gnus registry size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I had ≈9500 entries and I think this had been too much, causing noticable lag when closing Groupd. In particular my email volume is much lower than this. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7566816..f77bcf6 100644 --- a/init.el +++ b/init.el @@ -1670,7 +1670,7 @@ ("^nnir" t) ("^nnmaildir" t) ("INBOX$" t)) - gnus-registry-max-entries 40000 + gnus-registry-max-entries 5000 gnus-registry-track-extra '(sender subject recipient) gnus-registry-cache-file (expand-file-name "gnus.registry.eioioi" emacs-d)))