summary refs log tree commit diff
path: root/changelog.d/10784.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.43.0rc1Andrew Morgan2021-09-141-1/+0
|
* Don't needlessly batch in `add_event_to_cache` (#10784)Erik Johnston2021-09-101-0/+1
We've already batched up the events previously, and assume in other places in the events.py file that we have. Removing this makes it easier to adjust the batch sizes in one place.