summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-04-27 12:18:07 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-04-27 12:18:07 +0000
commit3c5cac7655985583ddd2ed64a84bbae2f3d5d703 (patch)
treeea317c45c7b421520f8ee19a1fe6e26bd5a11f21
parent50b36b63758b94ef23fc7d586deed0be13abbd52 (diff)
downloadgitlab-ce-3c5cac7655985583ddd2ed64a84bbae2f3d5d703.tar.gz
Update 20180420080616_schedule_stages_index_migration.rb
-rw-r--r--db/post_migrate/20180420080616_schedule_stages_index_migration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180420080616_schedule_stages_index_migration.rb b/db/post_migrate/20180420080616_schedule_stages_index_migration.rb
index 14c67c52e2e..1d0daad002f 100644
--- a/db/post_migrate/20180420080616_schedule_stages_index_migration.rb
+++ b/db/post_migrate/20180420080616_schedule_stages_index_migration.rb
@@ -3,7 +3,7 @@ class ScheduleStagesIndexMigration < ActiveRecord::Migration
DOWNTIME = false
MIGRATION = 'MigrateStageIndex'.freeze
- BATCH_SIZE = 8000
+ BATCH_SIZE = 10000
disable_ddl_transaction!