Skip to content
Snippets Groups Projects
Commit 661cec77 authored by Dmitry Gruzd's avatar Dmitry Gruzd
Browse files

Change batch and sub batch sizes

parent 64fc1c54
No related merge requests found
......@@ -15,7 +15,9 @@ def up
MIGRATION,
:notes,
:id,
job_interval: INTERVAL
job_interval: INTERVAL,
batch_size: 10_000,
sub_batch_size: 1_000
)
end
......
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