diff --git a/boost.install b/boost.install index fb5630f529a6bcb0dc63ad61074ff5b2c80e0755..3a513681d4e5716b4dd35c11122c35306ee094b9 100644 --- a/boost.install +++ b/boost.install @@ -198,14 +198,14 @@ function boost_requirements($phase) { 'value' => $t('Boost & PHP running in Safe Mode is not a good idea.'), ); } - if (BOOST_CRAWL_URL_ALIAS && BOOST_LOOPBACK_BYPASS) { - $requirements['boost_crawler'] = array( - 'title' => $t('Boost'), - 'description' => $t('Crawler settings are inefficient. You probably want to disable the "Crawl All URL\'s in the url_alias table" setting.', array('@performance' => url('admin/settings/performance/boost#edit-boost-crawl-on-cron-wrapper'))), - 'severity' => REQUIREMENT_WARNING, - 'value' => $t('Boost crawler does not have efficient settings.'), - ); - } +// if (BOOST_CRAWL_URL_ALIAS && BOOST_LOOPBACK_BYPASS) { +// $requirements['boost_crawler'] = array( +// 'title' => $t('Boost'), +// 'description' => $t('Crawler settings are inefficient. You probably want to disable the "Crawl All URL\'s in the url_alias table" setting.', array('@performance' => url('admin/settings/performance/boost#edit-boost-crawl-on-cron-wrapper'))), +// 'severity' => REQUIREMENT_WARNING, +// 'value' => $t('Boost crawler does not have efficient settings.'), +// ); +// } if (!BOOST_IGNORE_SUBDIR_LIMIT && isset($GLOBALS['_boost_dir_limit_warning'])) { $requirements['boost_dir_limit'] = array( 'title' => $t('Boost'),