From c921f6f807f3cc0e8df8144a883f80858481275f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 27 Aug 2013 11:10:32 +0200 Subject: [PATCH] Increase default maximal number of navigation items The load times should not be that big issue with 250 items and it helps loading all tables/databases for most users. --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index d164d768e9..54f2ef01aa 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -583,7 +583,7 @@ $cfg['MaxDbList'] = 100; * * @global integer $cfg['MaxDbList'] */ -$cfg['MaxNavigationItems'] = 25; +$cfg['MaxNavigationItems'] = 250; /** * maximum number of tables displayed in table list