]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-561, Changing the Questions sitemap limit from 250 to 2500. This would be more...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 11 Apr 2011 13:15:02 +0000 (13:15 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 11 Apr 2011 13:15:02 +0000 (13:15 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@963 0cfe37f9-358a-4d5e-be75-b63607b5c754

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):