Commit 952954cb authored by Grzegorz Bizon's avatar Grzegorz Bizon

Update stages index migration batch size

parent 657b24b7
......@@ -3,7 +3,7 @@ class ScheduleStagesIndexMigration < ActiveRecord::Migration
DOWNTIME = false
MIGRATION = 'MigrateStageIndex'.freeze
BATCH_SIZE = 2000
BATCH_SIZE = 8000
disable_ddl_transaction!
......
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