Commit d50d60f5 authored by Matthias Kaeppler's avatar Matthias Kaeppler

Enable bulk-inserts by default

parent 37e495f0
......@@ -28,7 +28,7 @@ module Gitlab
update_params!
bulk_inserts_enabled = @importable.class == ::Project &&
Feature.enabled?(:import_bulk_inserts, @importable.group)
Feature.enabled?(:import_bulk_inserts, @importable.group, default_enabled: true)
BulkInsertableAssociations.with_bulk_insert(enabled: bulk_inserts_enabled) do
fix_ci_pipelines_not_sorted_on_legacy_project_json!
create_relations!
......
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