Commit 45d86dc1 authored by Sean Arnold's avatar Sean Arnold Committed by Douglas Barbosa Alexandre

Reduce batch size

parent 6fd891f6
......@@ -3,7 +3,7 @@
class BackfillIncidentIssueEscalationStatuses < Gitlab::Database::Migration[1.0]
MIGRATION = 'BackfillIncidentIssueEscalationStatuses'
DELAY_INTERVAL = 2.minutes
BATCH_SIZE = 50_000
BATCH_SIZE = 20_000
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