Summary: | articles are retrived again if some time is elapsed after retrieving it initially | ||
---|---|---|---|
Product: | [Unmaintained] knode | Reporter: | Amit Shah <amitshah> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 0.7.7 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Amit Shah
2004-03-11 15:53:09 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). 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). |