From 3a672d43b814dbf63276f4631eb0a4fa83a235c5 Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Fri, 12 Aug 2011 16:11:17 +0800 Subject: [PATCH] Change the default MaxTableUiprefs to 100 --- 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 b917f54fb5..efb0cbb358 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -388,7 +388,7 @@ $cfg['Servers'][$i]['userconfig'] = ''; * * @global integer $cfg['Servers'][$i]['userconfig'] = ''; */ -$cfg['Servers'][$i]['MaxTableUiprefs'] = 5; +$cfg['Servers'][$i]['MaxTableUiprefs'] = 100; /** * set to false if you know that your pma_* tables are up to date.