From ced1cb78aaf6d732ebbcf1243c857f58828c0d22 Mon Sep 17 00:00:00 2001 From: roundcube Date: Mon, 20 Mar 2006 22:08:51 +0000 Subject: Make persistent DB connections configurable git-svn-id: https://svn.roundcube.net/trunk@167 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index ea4cb398c..f9d3b2dab 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/config/db.inc.php.dist @@ -32,6 +32,10 @@ $rcmail_config['db_backend'] = 'db'; // 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'; -- cgit v1.2.3