You are here

constant BOOST_CRAWL_ON_CRON in Boost 6

4 uses of BOOST_CRAWL_ON_CRON
boost_admin_boost_performance_page in ./boost.admin.inc
Form builder; Displays Boost's configuration page.
boost_crawler_run in ./boost.module
The brains of the crawler.
boost_cron in ./boost.module
Implementation of hook_cron(). Performs periodic actions.
boost_requirements in ./boost.install
Implementation of hook_requirements().

File

./boost.module, line 101
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

define('BOOST_CRAWL_ON_CRON', variable_get('boost_crawl_on_cron', FALSE));