Merge branch '53325-admin-runners-page-fails-with-an-sql-statement-timeout' into 'master'

Resolve "/admin/runners page fails with an SQL Statement Timeout"

Closes #53325

See merge request gitlab-org/gitlab-ce!25220
This commit is contained in:
Grzegorz Bizon 2019-02-22 15:07:51 +00:00
commit 0270e0687a
2 changed files with 6 additions and 1 deletions

View file

@ -44,7 +44,7 @@
.table-section.section-5
.table-mobile-header{ role: 'rowheader' }= _('Jobs')
.table-mobile-content
= runner.builds.count(:all)
= limited_counter_with_delimiter(runner.builds)
.table-section.section-10.section-wrap
.table-mobile-header{ role: 'rowheader' }= _('Tags')

View file

@ -0,0 +1,5 @@
---
title: Use limited counter for runner build count in admin page.
merge_request: 25220
author:
type: fixed