Skip to content

Commit

Permalink
Default sitemap links limit to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
rap1ds committed Sep 5, 2016
1 parent b20ddce commit fb37ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.defaults.yml
Expand Up @@ -381,11 +381,11 @@ default: &default_settings

# Maximum number of links in sitemap.xml.
#
# The default number is 5000. Increasing the limit may affect performance.
# The default number is 500. Increasing the limit may affect performance.
#
# The hard coded max limit is 50000.
#
max_sitemap_links: 5000
max_sitemap_links: 500

# Turn `enable_sitemap` to `false` to disable the sitemap
enable_sitemap: true
Expand Down

0 comments on commit fb37ba5

Please sign in to comment.