Skip to content
Snippets Groups Projects
Commit f41b693f authored by Ruben Davila's avatar Ruben Davila Committed by Rémy Coutable
Browse files

Remove pushes count from usage ping payload

This query is constantly generating timeout errors on large installations and we don't
have a simple solution for now and also we don't think having this counter is
really critical.
parent 0483019e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,6 @@ module Gitlab
merge_requests: MergeRequest.count,
milestones: Milestone.count,
notes: Note.count,
pushes: Event.code_push.count,
pages_domains: PagesDomain.count,
projects: Project.count,
protected_branches: ProtectedBranch.count,
Loading
Loading
Loading
Loading
@@ -41,7 +41,6 @@ describe Gitlab::UsageData do
milestones
notes
projects
pushes
pages_domains
protected_branches
releases
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment