mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
activity events reduced to 20 from 40
This commit is contained in:
@@ -66,7 +66,7 @@ class ProjectsController < ApplicationController
|
||||
|
||||
def show
|
||||
return render "projects/empty" unless @project.repo_exists?
|
||||
limit = (params[:limit] || 40).to_i
|
||||
limit = (params[:limit] || 20).to_i
|
||||
@activities = @project.updates(limit)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user