From e64fe07c472c9ddf38b9da2271c7bc26c5473008 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 --- config/db.inc.php.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index 70632a7eb..63fa458dd 100644 --- a/config/db.inc.php.dist +++ b/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