mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 03:01:29 +00:00
lower max article cache size (30 to 20)
This commit is contained in:
@@ -810,7 +810,7 @@ function cache_check(id) {
|
||||
}
|
||||
|
||||
function cache_expire() {
|
||||
while (article_cache.length > 30) {
|
||||
while (article_cache.length > 20) {
|
||||
article_cache.shift();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user