Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix DB query on startup for negative streams. #8447

Merged
merged 2 commits into from
Oct 2, 2020

Commits on Oct 2, 2020

  1. Fix DB query on startup for negative streams.

    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.
    erikjohnston committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    4d02ab2 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    d98db2a View commit details
    Browse the repository at this point in the history