summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-24 08:25:28 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-24 08:25:28 +0000
commit28192932444b0b77b04b5bdc473c4deb2e9223b3 (patch)
tree8310e2fa4febabf0f9b7a679f2f90b8301733628
parentc0bc2a0efc9355ae528bfa7c964bfc8e02f3c7fe (diff)
- set enable_caching=false by default
git-svn-id: https://svn.roundcube.net/trunk@2986 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
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