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.
This commit is contained in:
Ruben Davila 2017-03-15 16:24:45 -05:00 committed by Rémy Coutable
parent 0483019e98
commit f41b693fc7
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -41,7 +41,6 @@ describe Gitlab::UsageData do
milestones
notes
projects
pushes
pages_domains
protected_branches
releases