summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-01-29 18:42:39 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-01-29 18:42:39 +0000
commit8caa52280a0f741e8489a79c3685e50c0b5815fb (patch)
treea520e3d320212e72a5cd8dd3fc85a161c8c180fe
parent9207c198a8aa8401a49c3d62cf463b2c96f75ab6 (diff)
* changed default to mdb2 (it's better maintained and faster)
git-svn-id: https://svn.roundcube.net/trunk@968 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/db.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist
index 9b2b123e0..d848ff980 100644
--- a/roundcubemail/config/db.inc.php.dist
+++ b/roundcubemail/config/db.inc.php.dist
@@ -27,7 +27,7 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
$rcmail_config['db_dsnr'] = '';
// database backend to use (only db or mdb2 are supported)
-$rcmail_config['db_backend'] = 'db';
+$rcmail_config['db_backend'] = 'mdb2';
// maximum length of a query in bytes
$rcmail_config['db_max_length'] = 512000; // 500K