From: jordan Date: Mon, 11 Apr 2011 13:15:02 +0000 (+0000) Subject: OSQA-561, Changing the Questions sitemap limit from 250 to 2500. This would be more... X-Git-Tag: live~349 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/8207ad88d61b2db53c3a636b24413efdf0929553 OSQA-561, Changing the Questions sitemap limit from 250 to 2500. This would be more reasonable for websites with a lot of questions. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@963 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- 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):