Skip to content

Limit the number of entities deleted per-batch during a flush

Luke Benstead requested to merge fix-flush-limit into master

This restricts the number of entities deleted at a time during a flush operation. This prevents obscure errors during test tearDowns (where the test creates more than 500 entities).

Merge request reports