summaryrefslogtreecommitdiff
path: root/config/db.inc.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'config/db.inc.php.dist')
-rw-r--r--config/db.inc.php.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index 151439a54..255fb3ed4 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -26,9 +26,6 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
// useful for database replication
$rcmail_config['db_dsnr'] = '';
-// database backend to use (only db or mdb2 are supported)
-$rcmail_config['db_backend'] = 'mdb2';
-
// maximum length of a query in bytes
$rcmail_config['db_max_length'] = 512000; // 500K