summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortill <till@php.net>2008-01-29 18:42:39 +0000
committertill <till@php.net>2008-01-29 18:42:39 +0000
commitc2f407aa4fa5bf127e231bcb10f905dc042a6591 (patch)
tree054d5cc4ca4c0e5c7aff248ed474079a8658cc97 /config
parente0b4e460e86aa2897a716e9239ff9e38217337ee (diff)
* changed default to mdb2 (it's better maintained and faster)
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index 9b2b123e0..d848ff980 100644
--- a/config/db.inc.php.dist
+++ b/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