diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-20 22:08:51 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-20 22:08:51 +0000 |
| commit | ced1cb78aaf6d732ebbcf1243c857f58828c0d22 (patch) | |
| tree | 20a1f984c6b493a44a233ef3180ce2a83af0f387 | |
| parent | 28b5f79459b500ed6141e56be43ff5d01929d9f1 (diff) | |
Make persistent DB connections configurable
git-svn-id: https://svn.roundcube.net/trunk@167 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
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'; |
