summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 7435db076..91b042689 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -810,7 +810,7 @@ function cache_check(id) {
}
function cache_expire() {
- while (article_cache.length > 30) {
+ while (article_cache.length > 20) {
article_cache.shift();
}
}