You are here

constant ADVAGG_BUNDLER_OUTDATED in Advanced CSS/JS Aggregation 7.2

Same name and namespace in other branches
  1. 6 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_OUTDATED
  2. 7 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_OUTDATED

Default of the last used time before the bundle is considered outdated.

Value of 1209600 is 2 weeks in seconds.

Related topics

2 uses of ADVAGG_BUNDLER_OUTDATED
advagg_bundler_analyisis_query in advagg_bundler/advagg_bundler.module
Run the analysis query and return the analysis array.
advagg_bundler_analysis in advagg_bundler/advagg_bundler.module
Given a filename return a bundle key.

File

advagg_bundler/advagg_bundler.module, line 28
Advanced aggregation bundler module.

Code

define('ADVAGG_BUNDLER_OUTDATED', 1209600);