From 81ebc51257b50ef2edc26e2fd6b1ea11feb18ff5 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 6 Feb 2020 03:11:21 +0000 Subject: [PATCH] actually, we don't really need weird combinations at all... --- ext/index/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/index/main.php b/ext/index/main.php index 04253c08..8dae2acc 100644 --- a/ext/index/main.php +++ b/ext/index/main.php @@ -53,7 +53,7 @@ class Index extends Extension ) ) { // googlebot loves searching for weird combinations of tags... - $fast_page_limit = 50; + $fast_page_limit = 10; } if (SPEED_HAX && $page_number > $fast_page_limit && !$user->can("big_search")) {