Changeset 9e2a7af in github for config/main.inc.php.dist


Ignore:
Timestamp:
Sep 24, 2009 4:25:28 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
38bf4253
Parents:
93a88c9
Message:
  • set enable_caching=false by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r1cead0c r9e2a7af  
    4444// enable caching of messages and mailbox data in the local database. 
    4545// this is recommended if the IMAP server does not run on the same machine 
    46 $rcmail_config['enable_caching'] = TRUE; 
     46$rcmail_config['enable_caching'] = FALSE; 
    4747 
    4848// lifetime of message cache 
Note: See TracChangeset for help on using the changeset viewer.