Changeset 2713 for trunk/application
- Timestamp:
- 05/29/2008 02:38:06 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/application/config/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/config/config.php
r2622 r2713 25 25 */ 26 26 $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; 27 34 28 35 /**
