diff options
author | alecpl <alec@alec.pl> | 2009-09-24 08:25:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-24 08:25:28 +0000 |
commit | 9e2a7afc9c0ca09ab9c46ba2868787a55f9a0158 (patch) | |
tree | 538c0266ba7bc770639420ad125c6994914b0616 /config/main.inc.php.dist | |
parent | 93a88c95b7415206b0c8d742f8914c7ecc193e11 (diff) |
- set enable_caching=false by default
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | 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 e209bc638..597ae23f5 100644 --- a/config/main.inc.php.dist +++ b/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 |