chore(task): reduce batch size of fill stable id task
This commit is contained in:
parent
b245d9b063
commit
792bf47658
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
module Maintenance
|
||||
class FillChampsStableIdTask < MaintenanceTasks::Task
|
||||
BATCH = 1_000
|
||||
BATCH = 20
|
||||
|
||||
def collection
|
||||
(Dossier.last.id / BATCH).ceil.times.to_a
|
||||
|
|
Loading…
Reference in a new issue