Class: Spree::Imports::ProcessGroupJob
- Defined in:
- app/jobs/spree/imports/process_group_job.rb
Constant Summary collapse
- ROWS_BATCH_SIZE =
Rows are loaded in slices so a large group never holds every ImportRow (and its raw CSV data) in memory for the whole job.
100