mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
issue #1780 only switch to old album manager above 10k albums
This commit is contained in:
@@ -99,7 +99,7 @@ $conf['newcat_default_status'] = 'public';
|
|||||||
$conf['newcat_default_position'] = 'first';
|
$conf['newcat_default_position'] = 'first';
|
||||||
|
|
||||||
// above which number of albums should Piwigo use the lighter album manager
|
// 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
|
// level_separator : character string used for separating a category level
|
||||||
// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
|
// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
|
||||||
|
|||||||
Reference in New Issue
Block a user