You are here

constant XMLSITEMAP_BATCH_LIMIT in XML sitemap 7.2

The default batch limit.

3 uses of XMLSITEMAP_BATCH_LIMIT
drush_xmlsitemap_index in ./xmlsitemap.drush.inc
Process un-indexed XML sitemap links.
drush_xmlsitemap_queue_rebuild in ./xmlsitemap.drush.inc
Dump and queue all the sitemap links to be rebuilt in a queue process.
xmlsitemap_drush_command in ./xmlsitemap.drush.inc
Implements hook_drush_command().

File

./xmlsitemap.drush.inc, line 13
Drush integration functions for the xmlsitemap module.

Code

define('XMLSITEMAP_BATCH_LIMIT', 100);