From e687ff825dcd93cd8c007420d225917033605252 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 20 Feb 2006 18:25:53 -0500 Subject: [PATCH] Updated UPGRADE instructions --- UPGRADING | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/UPGRADING b/UPGRADING index 21512c1..47771db 100644 --- a/UPGRADING +++ b/UPGRADING @@ -24,6 +24,7 @@ $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/'; + $rcmail_config['message_cache_lifetime'] = '10d'; - replace database properties (db_type, db_host, db_user, db_pass, $d_name) in /config/db.inc.php with the following line: $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; @@ -47,6 +48,7 @@ $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/'; + $rcmail_config['message_cache_lifetime'] = '10d'; - replace database properties (db_type, db_host, db_user, db_pass, $d_name) in /config/db.inc.php with the following line: $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; @@ -68,6 +70,7 @@ $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/'; + $rcmail_config['message_cache_lifetime'] = '10d'; - add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; @@ -89,6 +92,7 @@ $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/'; + $rcmail_config['message_cache_lifetime'] = '10d'; - add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; -- Gitblit v1.9.1