Revert "Increase the size of the diary RSS feed temporarily"
This reverts commit ccd7882bcf
.
This commit is contained in:
parent
ccd7882bcf
commit
3369743d6c
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue