summaryrefslogtreecommitdiff
path: root/app/constants.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-02-14 10:18:27 -0800
committerFrédéric Guillot <fred@kanboard.net>2018-02-14 10:18:27 -0800
commit0d578171feed5e09afc258346c183cf905333f4a (patch)
tree89e812512d4d6aa2e310538c9a2be8a030692176 /app/constants.php
parentb096e907cf003659cf1b504787363352191fc639 (diff)
Add timeout parameter for database connection
Diffstat (limited to 'app/constants.php')
-rw-r--r--app/constants.php1
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);