From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

---
 config/db.inc.php.dist |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index ea4cb39..f9d3b2d 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -32,6 +32,10 @@
 // maximum length of a query in bytes
 $rcmail_config['db_max_length'] = 512000;  // 500K
 
+// use persistent db-connections
+$rcmail_config['db_persistent'] = TRUE;
+
+
 // you can define specific table names used to store webmail data
 $rcmail_config['db_table_users'] = 'users';
 

--
Gitblit v1.9.1