Commit b2d789ad authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '196844-default-enable-bulk-insert-feature' into 'master'

Enable bulk-inserts by default

See merge request gitlab-org/gitlab!27487
parents b1347718 d50d60f5
......@@ -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