You are here

constant ADVAGG_STALE_FILE_LAST_USED_THRESHOLD in Advanced CSS/JS Aggregation 6

Same name and namespace in other branches
  1. 7 includes/constants.inc \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

./advagg.module, line 22
Advanced CSS/JS aggregation module

Code

define('ADVAGG_STALE_FILE_LAST_USED_THRESHOLD', 259200);