diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-04-27 12:18:07 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-04-27 12:18:07 +0000 |
commit | 3c5cac7655985583ddd2ed64a84bbae2f3d5d703 (patch) | |
tree | ea317c45c7b421520f8ee19a1fe6e26bd5a11f21 /db | |
parent | 50b36b63758b94ef23fc7d586deed0be13abbd52 (diff) | |
download | gitlab-ce-3c5cac7655985583ddd2ed64a84bbae2f3d5d703.tar.gz |
Update 20180420080616_schedule_stages_index_migration.rb
Diffstat (limited to 'db')
-rw-r--r-- | db/post_migrate/20180420080616_schedule_stages_index_migration.rb | 2 |
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! |