diff options
author | till <till@php.net> | 2008-01-29 18:42:39 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-01-29 18:42:39 +0000 |
commit | c2f407aa4fa5bf127e231bcb10f905dc042a6591 (patch) | |
tree | 054d5cc4ca4c0e5c7aff248ed474079a8658cc97 /config | |
parent | e0b4e460e86aa2897a716e9239ff9e38217337ee (diff) |
* changed default to mdb2 (it's better maintained and faster)
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 2 |
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 |