ReindexCommand has logic to split add_artifact requests up into smaller amounts, but only when 'BSON document too large' is reached. We should have an option to set a max batch size that is smaller than that. This should help solr and probably other things, so they don't have to deal with a gigantic working set all at once.
forge:tv/6346