Changeset 2713 for trunk/application

Show
Ignore:
Timestamp:
05/29/2008 02:38:06 PM (6 months ago)
Author:
Shadowhand
Message:

Added "internal_cache" to core config, to prepare for #580.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r2622 r2713  
    2525 */ 
    2626$config['url_suffix'] = ''; 
     27 
     28/** 
     29 * Length of time of the internal cache in seconds. 0 or FALSE means no caching. 
     30 * The internal cache stores file paths and config entries across requests and 
     31 * can give significant speed improvements at the expense of delayed updating. 
     32 */ 
     33$config['internal_cache'] = 120; 
    2734 
    2835/**