From 8caa52280a0f741e8489a79c3685e50c0b5815fb Mon Sep 17 00:00:00 2001 From: till Date: Tue, 29 Jan 2008 18:42:39 +0000 Subject: * changed default to mdb2 (it's better maintained and faster) git-svn-id: https://svn.roundcube.net/trunk@968 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3