From b46c26e513f6288d83de745e89bc749ff512e79b Mon Sep 17 00:00:00 2001
From: Luke Duncalfe <lduncalfe@eml.cc>
Date: Tue, 19 Dec 2023 11:44:04 +1300
Subject: [PATCH] Default enable limited bulk import batches

https://gitlab.com/gitlab-org/gitlab/-/issues/431561
https://gitlab.com/gitlab-org/gitlab/-/issues/429863
---
 .../development/bulk_import_limit_concurrent_batches.yml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/feature_flags/development/bulk_import_limit_concurrent_batches.yml b/config/feature_flags/development/bulk_import_limit_concurrent_batches.yml
index 4bbd0bd5773d..72dbf3925284 100644
--- a/config/feature_flags/development/bulk_import_limit_concurrent_batches.yml
+++ b/config/feature_flags/development/bulk_import_limit_concurrent_batches.yml
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/431561
 milestone: '16.7'
 type: development
 group: group::import and integrate
-default_enabled: false
+default_enabled: true
-- 
GitLab