Change the default MaxTableUiprefs to 100

This commit is contained in:
Aris Feryanto 2011-08-12 16:11:17 +08:00
parent 3f10465d71
commit 3a672d43b8

View File

@ -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.