summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortill <till@php.net>2007-09-08 23:10:42 +0000
committertill <till@php.net>2007-09-08 23:10:42 +0000
commite64fe07c472c9ddf38b9da2271c7bc26c5473008 (patch)
tree670c5e98a822b69286af929850c34da920c412d5 /config
parent3cb42ef657381856a48836b1e63e7a0bbaf49c48 (diff)
# ERRATA r783 : of course persistant connections are disabled by default now
+ extended the comment (alibi) in regard to persistant connections
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
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;