]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/use-db-backend.patch
Merge commit 'upstream/0.1.1'
[roundcube.git] / debian / patches / use-db-backend.patch
1 --- roundcubemail-0.1-dep/config/db.inc.php.dist~       2008-03-03 22:32:15.000000000 +0100
2 +++ roundcubemail-0.1-dep/config/db.inc.php.dist        2008-03-05 21:07:28.000000000 +0100
3 @@ -27,7 +27,7 @@
4  $rcmail_config['db_dsnr'] = '';
5  
6  // database backend to use (only db or mdb2 are supported)
7 -$rcmail_config['db_backend'] = 'mdb2';
8 +$rcmail_config['db_backend'] = 'db';
9  
10  // maximum length of a query in bytes
11  $rcmail_config['db_max_length'] = 512000;  // 500K