From 9e2a7afc9c0ca09ab9c46ba2868787a55f9a0158 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 24 Sep 2009 04:25:28 -0400 Subject: [PATCH] - set enable_caching=false by default --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e209bc6..597ae23 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -43,7 +43,7 @@ // 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 -- Gitblit v1.9.1