Changeset cc95700 in github for config/main.inc.php.dist


Ignore:
Timestamp:
Feb 5, 2006 10:38:51 AM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
bde645f
Parents:
fd80c1e
Message:

Added message cache garbage collector

File:
1 edited

Legend:

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

    r58e3602a rcc95700  
    2222// this is recommended if the IMAP server does not run on the same machine 
    2323$rcmail_config['enable_caching'] = TRUE; 
     24 
     25// lifetime of message cache 
     26// possible units: s, m, h, d, w 
     27$rcmail_config['message_cache_lifetime'] = '10d'; 
    2428 
    2529// automatically create a new RoundCube user when log-in the first time. 
Note: See TracChangeset for help on using the changeset viewer.