constant ADVAGG_SET_TIME_LIMIT in Advanced CSS/JS Aggregation 6
Default value for how long the request can go before php times out.
3 uses of ADVAGG_SET_TIME_LIMIT
- advagg_css_compress_css_tidy in advagg_css_compress/
advagg_css_compress.module - Use the CSS Tidy library to compress the CSS.
- advagg_flush_caches in ./
advagg.module - Implementation of hook_flush_caches().
- advagg_js_compress_jsminplus in advagg_js_compress/
advagg_js_compress.module - Compress a JS string using jsmin+
File
- ./
advagg.module, line 107 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_SET_TIME_LIMIT', 240);