[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master 88578a4: Increase the default number of hits
From: |
Michael Albinus |
Subject: |
Re: [elpa] master 88578a4: Increase the default number of hits |
Date: |
Sat, 16 Jan 2016 15:27:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Michael Albinus <address@hidden> writes:
> Glenn Morris <address@hidden> writes:
>
>> Another random thought - is it possible to implement some local cache,
>> so only changed bugs are fetched? This could be a silly or impractical
>> idea, feel free to ignore it - I'm totally unfamiliar with the
>> implementation.
>
> Every bug carries a "last_modified" attribute, so it shall be
> possible. I put it on my TODO list.
It's implemented now. Cached bugs expire after an hour, or when a
control message is sent from debbugs-gnu.el.
Let's see how it works. The expiration time could be adapted in
`debbugs-cache-expiry'; maybe we need to tune it further.
Best regards, Michael.
- Re: [elpa] master 88578a4: Increase the default number of hits, (continued)
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, John Wiegley, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Andreas Schwab, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/07
Re: [elpa] master 88578a4: Increase the default number of hits,
Michael Albinus <=