Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recheck relation size limit more often and with a smaller margin.
This rechecks the relation block size every 200 elements instead of every 500, so should be more likely to catch overruns. It also only permits a 12.5% overrun of the "ideal" block length before flushing, which should limit the scope for reaching the error condition (100% overrun).
- Loading branch information