]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_entry_controller.rb
Increase the size of the diary RSS feed temporarily
[rails.git] / 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])