diff options
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index 4b87d18e..35d651e8 100644 --- a/app/constants.php +++ b/app/constants.php @@ -54,6 +54,7 @@ defined('DB_SSL_KEY') or define('DB_SSL_KEY', null); defined('DB_SSL_CERT') or define('DB_SSL_CERT', null); defined('DB_SSL_CA') or define('DB_SSL_CA', null); defined('DB_VERIFY_SERVER_CERT') or define('DB_VERIFY_SERVER_CERT', null); +defined('DB_TIMEOUT') or define('DB_TIMEOUT', null); // Database backend group provider defined('DB_GROUP_PROVIDER') or define('DB_GROUP_PROVIDER', true); |