Commit 02fb58cb authored by Jake Lear's avatar Jake Lear

Reduce Milestoneish::DISPLAY_ISSUES_LIMIT to 500

parent c821e3a3
# frozen_string_literal: true # frozen_string_literal: true
module Milestoneish module Milestoneish
DISPLAY_ISSUES_LIMIT = 3000 DISPLAY_ISSUES_LIMIT = 500
def total_issues_count def total_issues_count
@total_issues_count ||= Milestones::IssuesCountService.new(self).count @total_issues_count ||= Milestones::IssuesCountService.new(self).count
......
---
title: Reduce milestone issue list display limit to 500
merge_request: 58168
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