Commit 1c45c9e2 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '235107-cablett-adjust-complexity' into 'master'

Halve complexity multiplier on BoardListIssues

See merge request gitlab-org/gitlab!39293
parents 32776dac db89c7e8
......@@ -10,5 +10,10 @@ module Resolvers
service = Boards::Issues::ListService.new(list.board.resource_parent, context[:current_user], { board_id: list.board.id, id: list.id })
Gitlab::Graphql::Pagination::OffsetActiveRecordRelationConnection.new(service.execute)
end
# https://gitlab.com/gitlab-org/gitlab/-/issues/235681
def self.complexity_multiplier(args)
0.005
end
end
end
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