diff --git a/include/themecontroller.php b/include/themecontroller.php index 844eb573..d6e0a835 100644 --- a/include/themecontroller.php +++ b/include/themecontroller.php @@ -174,7 +174,7 @@ public function getAllThumbnailsInCategory() return; } - if (count($page['items']) > 1000) + if (count($page['items']) > 10000) { $this->config->slick_enabled = false; $this->config->photoswipe = false;