]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/sitemap.py
OSQA-561, Changing the Questions sitemap limit from 250 to 2500. This would be more...
[osqa.git] / forum / sitemap.py
index e225d0066b37409ed921e5fa68873696cb6e2832..4478176b07143b17711fb6b38bd09519ab96abf1 100644 (file)
@@ -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):