synapse/changelog.d/7274.bugfix
Richard van der Hoff f2049a8d21
Fix a potentially-huge sql query (#7274)
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.
2020-04-15 10:16:35 +01:00

2 lines
120 B
Plaintext

Fix a sql query introduced in Synapse 1.12.0 which could cause large amounts of logging to the postgres slow-query log.