Commit a97b9e5b authored by Michael Kozono's avatar Michael Kozono

Optimize count_verification_failed_repositories SQL

This method has existing tests.
parent a6cf8fa5
......@@ -69,7 +69,7 @@ module Geo
end
def count_verification_failed_repositories
Project.verification_failed_repos.count
ProjectRepositoryState.verification_failed_repos.count
end
def count_verification_failed_wikis
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment