constant BOOST_CRAWLER_BATCH_SIZE in Boost 6
2 uses of BOOST_CRAWLER_BATCH_SIZE
- 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.
File
- ./
boost.module, line 119 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_CRAWLER_BATCH_SIZE', variable_get('boost_crawler_batch_size', min(15, (ini_get('max_execution_time') + 0.1) / (2 * boost_average_time()))));