Commit 82efa4c3 authored by James Fargher's avatar James Fargher

Merge branch '201855-drop-integrations-from-eager-load-paths' into 'master'

Drop app/models/integrations from eager load paths

See merge request gitlab-org/gitlab!63743
parents ec09d5d5 d4b77f8f
# frozen_string_literal: true
module Jira
end
......@@ -47,7 +47,6 @@ module Gitlab
config.eager_load_paths.push(*%W[#{config.root}/lib
#{config.root}/app/models/badges
#{config.root}/app/models/hooks
#{config.root}/app/models/integrations
#{config.root}/app/models/members
#{config.root}/app/models/project_services
#{config.root}/app/graphql/resolvers/concerns
......
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