diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-08 22:46:14 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-08 22:46:14 +0000 |
| commit | 50a995b7868f3eda031a484bb2ee5b8cbcc42b32 (patch) | |
| tree | bcf628dcf3441a6b380bb1aaecbb52e0393cb232 | |
| parent | 0c345d7c3dad9c703d0c6385b36fc62cd7a04407 (diff) | |
* switched to persistant connections
git-svn-id: https://svn.roundcube.net/trunk@783 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index f9d3b2dab..70632a7eb 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/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 |
