summary refs log tree commit diff
path: root/changelog.d/10018.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Keyring.verify_events_for_server` and reduce memory usage (#10018)Erik Johnston2021-05-201-0/+1
Also add support for giving a callback to generate the JSON object to verify. This should reduce memory usage, as we no longer have the event in memory in dict form (which has a large memory footprint) for extend periods of time.