Change the default MaxTableUiprefs to 100
This commit is contained in:
parent
3f10465d71
commit
3a672d43b8
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user