constant BOOST_IGNORE_FLUSH in Boost 7
Default value for ignoring cron cache flush requests.
2 uses of BOOST_IGNORE_FLUSH
- boost_admin_expiration_settings in ./
boost.admin.expiration.inc - Form builder; Configure boost settings.
- boost_flush_caches in ./
boost.module - Implements hook_flush_caches(). Deletes all static files.
File
- ./
boost.module, line 46 - Caches generated output as a static file to be served directly from the webserver.
Code
define('BOOST_IGNORE_FLUSH', TRUE);