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 1/2] 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 From 0232b5d32d372d1e39f726231252358e565e0a64 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 27 Aug 2013 08:10:50 -0400 Subject: [PATCH 2/2] Document new default value --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 6a5d7cf813..20c90e7738 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1025,7 +1025,7 @@ Generic settings .. config:option:: $cfg['MaxNavigationItems'] :type: integer - :default: 25 + :default: 250 The number of items that can be displayed on each page of the navigation tree.