change this setting in its other location
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 19 Jul 2018 22:38:02 +0000 (18:38 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 19 Jul 2018 22:38:02 +0000 (18:38 -0400)
the previous commit affected only some pages.

mediagoblin/listings/views.py

index f640cc9521281ee748ca7215cd2e727bb5d99558..a6a33500ecf90276ee83fba1e55c619edbfd3f99 100644 (file)
@@ -62,7 +62,9 @@ def tag_listing(request, page):
          'pagination': pagination})
 
 
-ATOM_DEFAULT_NR_OF_UPDATED_ITEMS = 15
+### https://rt.gnu.org/Ticket/Display.html?id=1223956 -- sudoman 2018-07-19
+#ATOM_DEFAULT_NR_OF_UPDATED_ITEMS = 15
+ATOM_DEFAULT_NR_OF_UPDATED_ITEMS = 200
 
 
 def atom_feed(request):