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