summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortill <till@php.net>2007-09-08 22:46:14 +0000
committertill <till@php.net>2007-09-08 22:46:14 +0000
commit3cb42ef657381856a48836b1e63e7a0bbaf49c48 (patch)
tree2b4fa36fa4a9aa175934845396c2110864e355e2 /config
parent2ad77d22c98dac1b1a9c60e4f9b14d909fd30148 (diff)
* switched to persistant connections
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index f9d3b2dab..70632a7eb 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -33,7 +33,7 @@ $rcmail_config['db_backend'] = 'db';
$rcmail_config['db_max_length'] = 512000; // 500K
// use persistent db-connections
-$rcmail_config['db_persistent'] = TRUE;
+$rcmail_config['db_persistent'] = FALSE;
// you can define specific table names used to store webmail data