file_commits hat接口性能问题

This commit is contained in:
xxq250 2023-05-04 21:20:33 +08:00
parent d633550a4f
commit d9b4c30f60
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Gitea::Repository::Commits::FileListService < Gitea::ClientService
end
def call
response = get(url, params, false)
response = get(url, params, true)
render_result(response)
end