# ERRATA r783 : of course persistant connections are disabled by default now

+ extended the comment (alibi) in regard to persistant connections
release-0.6
till 17 years ago
parent 3cb42ef657
commit e64fe07c47

@ -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;

Loading…
Cancel
Save