mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Increase default select limit to 50
This commit is contained in:
@@ -447,7 +447,7 @@ username.form['auth[driver]'].onchange();
|
||||
* @return string expression to use in LIMIT, will be escaped
|
||||
*/
|
||||
function selectLimitProcess() {
|
||||
return (isset($_GET["limit"]) ? $_GET["limit"] : "30");
|
||||
return (isset($_GET["limit"]) ? $_GET["limit"] : "50");
|
||||
}
|
||||
|
||||
/** Process length box in select
|
||||
|
Reference in New Issue
Block a user