You are here

constant XMLSITEMAP_DEFAULT_SITEMAP_LINKS in XML sitemap 6

The default number of links in one sitemap chunk file.

3 uses of XMLSITEMAP_DEFAULT_SITEMAP_LINKS
xmlsitemap_chunk_count in ./xmlsitemap.module
Return the number of chunk files.
xmlsitemap_menu in ./xmlsitemap.module
Implementation of hook_menu().
xmlsitemap_output in ./xmlsitemap.pages.inc
Menu callback; display the sitemap.

File

./xmlsitemap.module, line 60
Creates a sitemap compatible with the sitemaps.org schema.

Code

define('XMLSITEMAP_DEFAULT_SITEMAP_LINKS', 1000);