actually, we don't really need weird combinations at all...

This commit is contained in:
Shish 2020-02-06 03:11:21 +00:00
parent cdaecb3380
commit 81ebc51257

View file

@ -53,7 +53,7 @@ class Index extends Extension
) )
) { ) {
// googlebot loves searching for weird combinations of tags... // 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")) { if (SPEED_HAX && $page_number > $fast_page_limit && !$user->can("big_search")) {