constant BOOST_MAX_THREAD_TIME in Boost 6
3 uses of BOOST_MAX_THREAD_TIME
- boost_crawler_run in ./
boost.module - The brains of the crawler.
- boost_crawler_threads_alive in ./
boost.module - Check for any dead threads.
- boost_stop_crawler_submit in ./
boost.admin.inc - Stop Crawler
File
- ./
boost.module, line 120 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_MAX_THREAD_TIME', max(300, 2 * boost_average_time() * BOOST_CRAWLER_THREADS * BOOST_CRAWLER_BATCH_SIZE));