summary refs log tree commit diff
path: root/changelog.d/7274.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a potentially-huge sql query (#7274)Richard van der Hoff2020-04-151-0/+1
We could end up looking up tens of thousands of events, which could cause large amounts of data to be logged to the postgres log.