constant BOOST_CRAWL_DB_IMPORT_SIZE in Boost 6
3 uses of BOOST_CRAWL_DB_IMPORT_SIZE
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_crawler_add_alias_to_table in ./
boost.module - Get URLs from url alias table
- boost_crawler_add_to_table in ./
boost.module - Add URL's to the boost_crawler table.
File
- ./
boost.module, line 107 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_CRAWL_DB_IMPORT_SIZE', variable_get('boost_crawl_db_import_size', 10000));