Commit a91253f1 authored by Stan Hu's avatar Stan Hu

Omit page counts in admin audit logs

For large installations, the counting of all admin logs
can timeout. We should omit them.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62481
parent eafb3800
......@@ -53,4 +53,4 @@
%td= event.target
%td= event.ip_address
%td= event.date
= paginate @events, theme: 'gitlab'
= paginate_without_count @events
---
title: Omit page counts in admin audit logs
merge_request: 1306
author:
type: performance
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