Browse Source

file_commits hat接口性能问题

pull/330/head
xxq250 3 years ago
parent
commit
e4040bbe56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/gitea/repository/commits/file_list_service.rb

+ 1
- 1
app/services/gitea/repository/commits/file_list_service.rb View File

@@ -14,7 +14,7 @@ class Gitea::Repository::Commits::FileListService < Gitea::ClientService
end end


def call def call
response = get(url, params, true)
response = get(url, params, false)
render_result(response) render_result(response)
end end




Loading…
Cancel
Save