mirror of https://github.com/watcha-fr/synapse
Fix DB query on startup for negative streams. (#8447)
For negative streams we have to negate the internal stream ID before querying the DB. The effect of this bug was to query far too many rows, slowing start up time, but we would correctly filter the results afterwards so there was no ill effect.pull/108/head
parent
34ff8da83b
commit
695240d34a
@ -0,0 +1 @@ |
||||
Fix DB query on startup for negative streams which caused long start up times. Introduced in #8374. |
Loading…
Reference in new issue