From 48cee9be09ac1b66101e36426d363ebf4874e9ba Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 25 Apr 2014 06:13:51 -0400 Subject: [PATCH] Now that MaxNavigationItems is no longer related to the number of databases, it makes more sense to lower its default value Signed-off-by: Marc Delisle --- doc/config.rst | 2 +- libraries/config.default.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 213822920e..8de0525cc2 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1385,7 +1385,7 @@ Navigation panel setup .. config:option:: $cfg['MaxNavigationItems'] :type: integer - :default: 250 + :default: 25 The number of items (tables, columns, indexes) that can be displayed on each page of the navigation tree. diff --git a/libraries/config.default.php b/libraries/config.default.php index 4f0064e740..1ae29215d0 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -859,7 +859,7 @@ $cfg['FirstLevelNavigationItems'] = 25; * * @global integer $cfg['MaxNavigationItems'] */ -$cfg['MaxNavigationItems'] = 250; +$cfg['MaxNavigationItems'] = 25; /** * turn the select-based light menu into a tree