X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/6f8263af3113456b070b38fc683d2127d521720d..8207ad88d61b2db53c3a636b24413efdf0929553:/forum/sitemap.py?ds=inline diff --git a/forum/sitemap.py b/forum/sitemap.py index e225d00..4478176 100644 --- a/forum/sitemap.py +++ b/forum/sitemap.py @@ -61,7 +61,7 @@ def sitemap(request, sitemaps, section=None, page=1): return HttpResponse(xml, mimetype='application/xml') class OsqaSitemap(Sitemap): - limit = 250 + limit = 2500 changefreq = 'daily' priority = 0.5 def items(self):