file_commits hat接口性能问题
This commit is contained in:
parent
8198b347e7
commit
e4040bbe56
|
@ -14,7 +14,7 @@ class Gitea::Repository::Commits::FileListService < Gitea::ClientService
|
|||
end
|
||||
|
||||
def call
|
||||
response = get(url, params, true)
|
||||
response = get(url, params, false)
|
||||
render_result(response)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue