Used cached value of project count to reduce DB load
2 unresolved threads
2 unresolved threads
Requires gitlab-org/gitlab-ce!5746
Possible fix for gitlab-com/infrastructure#303 (closed)
Merge request reports
Activity
Filter activity
@rymai https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5746 was merged to CE master, so the builds here should fail until that is picked up.
131 131 %h4 Projects 132 132 .data 133 133 = link_to admin_namespaces_projects_path do 134 %h1= number_with_delimiter(Project.count) 134 %h1= number_with_delimiter(Project.cached_count) Added 1 commit:
- 563495a5 - Add Project.cached_count method (CE up-port)
mentioned in commit fac427db
mentioned in commit f5f7ab59
Mentioned in commit tnir/gitlab-ce@242c00dc
Mentioned in commit pfjason/gitlab-ce@2851cc56
Please register or sign in to reply