summaryrefslogtreecommitdiff
path: root/db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb')
-rw-r--r--db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb b/db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
index 08a7c869eb1..c62f459d270 100644
--- a/db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
+++ b/db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
@@ -4,7 +4,7 @@ class ScheduleNullifyOrphanRunnerIdOnCiBuilds < Gitlab::Database::Migration[1.0]
MIGRATION = 'NullifyOrphanRunnerIdOnCiBuilds'
INTERVAL = 2.minutes
BATCH_SIZE = 100_000
- MAX_BATCH_SIZE = 25_000 # 100k * 25k = 2.5B ci_builds
+ MAX_BATCH_SIZE = 100_000 # 100k * 25k = 2.5B ci_builds
SUB_BATCH_SIZE = 1_000
def up