]> git.openstreetmap.org Git - rails.git/commitdiff
Increase the size of the diary RSS feed temporarily
authorTom Hughes <tom@compton.nu>
Sat, 14 Jan 2012 13:36:49 +0000 (13:36 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 14 Jan 2012 13:36:49 +0000 (13:36 +0000)
app/controllers/diary_entry_controller.rb

index ff1976a823e6e763ca5fe3cddc72e75b21c72580..61194f655538cbfd41d67c3044b92aac48ba3332 100644 (file)
@@ -140,7 +140,7 @@ class DiaryEntryController < ApplicationController
   end
 
   def rss
-    @entries = DiaryEntry.includes(:user).order("created_at DESC").limit(20)
+    @entries = DiaryEntry.includes(:user).order("created_at DESC").limit(500)
 
     if params[:display_name]
       user = User.active.find_by_display_name(params[:display_name])