Using a fixed batch size is wrong, as the contentIndexer may process
smaller batches, e.g after content indexing failed, or more typically
when the indexer is idle and only has to update single/some files.
Instead of storing the total batch time in the history store the per
file average time.
As there is no longer any config dependency remove it.