From 28192932444b0b77b04b5bdc473c4deb2e9223b3 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 24 Sep 2009 08:25:28 +0000 Subject: - set enable_caching=false by default git-svn-id: https://svn.roundcube.net/trunk@2986 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e209bc638..597ae23f5 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -43,7 +43,7 @@ $rcmail_config['plugins'] = array(); // enable caching of messages and mailbox data in the local database. // this is recommended if the IMAP server does not run on the same machine -$rcmail_config['enable_caching'] = TRUE; +$rcmail_config['enable_caching'] = FALSE; // lifetime of message cache // possible units: s, m, h, d, w -- cgit v1.2.3