summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-10-04 13:50:12 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-10-04 13:50:12 +0200
commit92d18cf32edab81ac77f547cfa718cf28a573c92 (patch)
treeb721d8fec92bc3bbb150d669de6cc82031cd67d8 /config
parentb3e25974b137c7932fd40ce27237a124f2d4a3bf (diff)
New option to disable the use of already established dsnw connections for subsequent reads
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php3
1 files changed, 3 insertions, 0 deletions
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