From 0d578171feed5e09afc258346c183cf905333f4a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 14 Feb 2018 10:18:27 -0800 Subject: Add timeout parameter for database connection --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index a9e315e9..31849160 100644 --- a/config.default.php +++ b/config.default.php @@ -88,6 +88,9 @@ define('DB_SSL_CA', null); // Mysql SSL server verification, set to false if you don't want the Mysql driver to validate the certificate CN define('DB_VERIFY_SERVER_CERT', null); +// Timeout value for PDO attribute +define('DB_TIMEOUT', null); + // Enable LDAP authentication (false by default) define('LDAP_AUTH', false); -- cgit v1.2.3