diff options
author | thomascube <thomas@roundcube.net> | 2006-03-20 22:08:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-20 22:08:51 +0000 |
commit | 93ee836858aa4a3223a466f12ffb07a16889a8a5 (patch) | |
tree | eebc873ac570805c0d1de6a1f15a31cf83a0580b /config | |
parent | d6037d407a3c7314fe5664229011a23bd261801b (diff) |
Make persistent DB connections configurable
Diffstat (limited to 'config')
-rw-r--r-- | 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 ea4cb398c..f9d3b2dab 100644 --- a/config/db.inc.php.dist +++ b/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'; |