mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Decrease timeout for running slow queries from 5 seconds to 2 seconds
This commit is contained in:
@@ -75,7 +75,7 @@ class Adminer {
|
|||||||
* @return float number of seconds
|
* @return float number of seconds
|
||||||
*/
|
*/
|
||||||
function queryTimeout() {
|
function queryTimeout() {
|
||||||
return 5;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Headers to send before HTML output
|
/** Headers to send before HTML output
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
Adminer 4.6.3-dev:
|
Adminer 4.6.3-dev:
|
||||||
Stop session before connecting
|
Stop session before connecting
|
||||||
Simplify running slow queries
|
Simplify running slow queries
|
||||||
|
Decrease timeout for running slow queries from 5 seconds to 2 seconds
|
||||||
Fix displaying info about non-alphabetical objects (bug #599)
|
Fix displaying info about non-alphabetical objects (bug #599)
|
||||||
PDO: Support binary fields download
|
PDO: Support binary fields download
|
||||||
MySQL: Use CONVERT() only when searching for non-ASCII (bug #603)
|
MySQL: Use CONVERT() only when searching for non-ASCII (bug #603)
|
||||||
|
Reference in New Issue
Block a user