Same name and namespace in other branches
  1. 7.x-1.x 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

Code

define('ADVAGG_BUNDLER_OUTDATED', 1209600);