Bug 77298 - articles are retrived again if some time is elapsed after retrieving it initially
Summary: articles are retrived again if some time is elapsed after retrieving it initi...
Status: RESOLVED WORKSFORME
Alias: None
Product: knode
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: 0.7.7
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 15:53 UTC by Amit Shah
Modified: 2004-08-24 12:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Shah 2004-03-11 15:53:09 UTC
Version:           0.7.7 (using KDE 3.2.1,  (testing/unstable))
Compiler:          gcc version 3.3.3 (Debian)
OS:          Linux (i686) release 2.6.3-mm3

knode re-retrieves articles already seen (and hence cached) just a while ago. I guess this could be after some time, or after switching to a reading articles from a different newsgroup and then coming back to the previous one and selecting some read messages.
Comment 1 Volker Krause 2004-07-03 18:14:59 UTC
This is actually the intended behaviour. KNode doesn't have a real offline (disk-)cache and thus can save articles only temporary in the RAM.
The amount of memory which is used for this cache is limited and thus already downloaded articles might be removed from the cache and need to be refetched later if you view them again (articles currently in the cache are marked with a small check-mark). 
These memory limits for the header and article cache can be configured (Reading News -> General -> Memory Consumption). To achive the desired behaviour you might want to increase these values (if you have newsgroups with lots of articles, you need to increase the header cache, if you have large articles you need to increase the article cache).
Comment 2 Volker Krause 2004-08-24 12:22:22 UTC
As explained in comment #1 you either have to increase the amount of memory used for caching (which is already possible) or you need a real offline storage for messages (duplicate of wish #8206).