forked from Gitlink/forgeplus
修复:最近提交文件数过多无法加载的问题
This commit is contained in:
parent
9d968ac5db
commit
85b55619c6
|
@ -25,7 +25,9 @@ class Api::V1::Projects::Commits::RecentService < ApplicationService
|
|||
param = {
|
||||
access_token: token,
|
||||
page: page,
|
||||
limit: limit
|
||||
limit: limit,
|
||||
stats: false,
|
||||
files: false
|
||||
}
|
||||
param.merge!(keyword: keyword) if keyword.present?
|
||||
|
||||
|
|
Loading…
Reference in New Issue