file_commits hat接口性能问题
This commit is contained in:
parent
e50d4bdf34
commit
d633550a4f
|
@ -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…
Reference in New Issue