From 1256848fe21e1cddfde58cd8d0c8f4069960f7f0 Mon Sep 17 00:00:00 2001 From: till Date: Sat, 8 Sep 2007 23:10:42 +0000 Subject: # 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 --- roundcubemail/config/db.inc.php.dist | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3