Commit 6411d59d authored by Alex Kalderimis's avatar Alex Kalderimis

Reduce batch size

parent 57fba881
......@@ -3,7 +3,7 @@
class EncryptIntegrationProperties < Gitlab::Database::Migration[1.0]
disable_ddl_transaction!
MIGRATION = 'EncryptIntegrationProperties'
BATCH_SIZE = 5_000
BATCH_SIZE = 1_000
INTERVAL = 2.minutes.to_i
def up
......
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