Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bulk: bump default split-after size to 384mb
The 48mb default was set when the default range size was 64mb. The desired behavior was to split when a single range had been send >= 75% of 'a range's worth' of data, to explicitly start a new range before sending more, and thus avoid overfilling one range and causing a split the has to move a non-empty RHS. The default range size has since been changed to 512mb, so this constant should now be 384mb. A future change could lookup the zone for the span being ingested into and pass some fraction of that, but that can also be done by the caller, so either way, this default should be updated. Release note: none.
- Loading branch information