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

A couple of replication fixes for device lists #4109

Merged
merged 3 commits into from
Oct 29, 2018

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    a163b74 View commit details
    Browse the repository at this point in the history
  2. Deduplicate device updates sent over replication

    We currently send several kHz of device list updates over replication
    occisonally, which often causes the replications streams to lag and then
    get dropped.
    
    A lot of those updates will actually be duplicates, since we don't send
    e.g. device_ids across replication, so let's deduplicate it when we pull
    them out of the database.
    erikjohnston committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    88e5ffe View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    39f4198 View commit details
    Browse the repository at this point in the history