summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-09-08 23:10:42 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-09-08 23:10:42 +0000
commit1256848fe21e1cddfde58cd8d0c8f4069960f7f0 (patch)
treeb6f2f4adb6e3e9864e8db74c3e360d8218aa8cb7
parent50a995b7868f3eda031a484bb2ee5b8cbcc42b32 (diff)
# ERRATA r783 : of course persistant connections are disabled by default now
+ extended the comment (alibi) in regard to persistant connections git-svn-id: https://svn.roundcube.net/trunk@785 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/db.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist
index 70632a7eb..63fa458dd 100644
--- a/roundcubemail/config/db.inc.php.dist
+++ b/roundcubemail/config/db.inc.php.dist
@@ -33,6 +33,8 @@ $rcmail_config['db_backend'] = 'db';
$rcmail_config['db_max_length'] = 512000; // 500K
// use persistent db-connections
+// beware this will not "always" work as expected
+// see: http://www.php.net/manual/en/features.persistent-connections.php
$rcmail_config['db_persistent'] = FALSE;