From da5fab3c59c4bcc1730fb40d3858d6b156e27b21 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 16 Nov 2022 15:31:13 +0100 Subject: [PATCH] (cp e22a35f) issue #1780 only switch to old album manager above 10k albums --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b2fc9f4e8..d17b8def2 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -99,7 +99,7 @@ $conf['newcat_default_status'] = 'public'; $conf['newcat_default_position'] = 'first'; // above which number of albums should Piwigo use the lighter album manager -$conf['light_album_manager_threshold'] = 2000; +$conf['light_album_manager_threshold'] = 10000; // level_separator : character string used for separating a category level // to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',