mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
695240d34a
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.
1 line
100 B
Text
1 line
100 B
Text
Fix DB query on startup for negative streams which caused long start up times. Introduced in #8374.
|