From 92d18cf32edab81ac77f547cfa718cf28a573c92 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 4 Oct 2013 13:50:12 +0200 Subject: New option to disable the use of already established dsnw connections for subsequent reads --- config/defaults.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/defaults.inc.php') diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 874621d1d..66db040d3 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -30,6 +30,9 @@ $config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail'; // useful for database replication $config['db_dsnr'] = ''; +// Disable the use of already established dsnw connections for subsequent reads +$config['db_dsnw_noread'] = false; + // use persistent db-connections // beware this will not "always" work as expected // see: http://www.php.net/manual/en/features.persistent-connections.php -- cgit v1.2.3