]> git.openstreetmap.org Git - rails.git/commitdiff
Revert "Increase the size of the diary RSS feed temporarily"
authorTom Hughes <tom@compton.nu>
Mon, 16 Jan 2012 17:50:23 +0000 (17:50 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 16 Jan 2012 17:50:23 +0000 (17:50 +0000)
This reverts commit ccd7882bcfdda436e1b89422a96026ce328c261b.

app/controllers/diary_entry_controller.rb

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