Commit 02649691 authored by Sean Arnold's avatar Sean Arnold

Reduce complexity of shifts resolver

parent 7901fa47
......@@ -29,6 +29,11 @@ module Resolvers
result.payload[:shifts]
end
# See https://gitlab.com/gitlab-org/gitlab/-/issues/324421
def self.complexity_multiplier(args)
0.005
end
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