constant ADVAGG_STALE_FILE_LAST_USED_THRESHOLD in Advanced CSS/JS Aggregation 7
Same name and namespace in other branches
- 6 advagg.module \ADVAGG_STALE_FILE_LAST_USED_THRESHOLD
Default stale file threshold is 3 days for atime.
1 use of ADVAGG_STALE_FILE_LAST_USED_THRESHOLD
- advagg_delete_file_if_stale in ./
advagg.module - Callback to delete files modified more than a set time ago.
File
- includes/
constants.inc, line 16
Code
define('ADVAGG_STALE_FILE_LAST_USED_THRESHOLD', 259200);