Gnus development mailing list
 help / color / mirror / Atom feed
From: Oystein Viggen <oysteivi@tihlde.org>
Subject: Re: growing nnmaildir and intolerable gnus slowness
Date: Wed, 01 Sep 2004 11:04:57 +0200	[thread overview]
Message-ID: <03n00agy12.fsf@msgid.viggen.net> (raw)
In-Reply-To: <m3pt58jlvb.fsf@bfnet.com>

* [David Wuertele] 

> As my nnmaildirs grow in size, gnus gets slower and slower.
> Strangely, it isn't when I enter a nnmaildir group from the Groups
> page that is slow.  It is when I *quit* the nnmaildir group to go back
> to the Groups page that things take forever.

I used to see this also in large nnml groups, and traced it to
gnus-summary-expire-articles.  My not-really-a-solution:

;; remember to run M-x gnus-group-expire-all-groups once in a while,
;; or no articles will ever be expired..
(remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles)

;; I also run expire from the gnus-demon, every four hour or so:
(gnus-demon-add-handler 'gnus-group-expire-all-groups 240 t)
(gnus-demon-init)

Øystein
-- 
Ebg13 arire tbrf bhg bs fglyr..



  reply	other threads:[~2004-09-01  9:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-30 22:34 David Wuertele
2004-09-01  9:04 ` Oystein Viggen [this message]
2004-09-03  1:50   ` David Wuertele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03n00agy12.fsf@msgid.viggen.net \
    --to=oysteivi@tihlde.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).