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

Rewrite prune_old_outbound_device_pokes for efficiency #7159

Merged
merged 5 commits into from
Mar 30, 2020

Commits on Mar 24, 2020

  1. Remove spurious "name" parameter to default_config

    this is never set to anything other than "test", and is a source of unnecessary
    boilerplate.
    richvdh committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    28d9d6e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    665630f View commit details
    Browse the repository at this point in the history
  2. Rewrite prune_old_outbound_device_pokes for efficiency

    * make sure we clear out all but one update for the user
    * there is no need to delete from `device_lists_outbound_last_success`:
      sticking with the last successful stream id is fine.
    richvdh committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    f885ba5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Reset device_lists_outbound_last_success on _prune_old_outbound_devic…

    …e_pokes
    
    This needs to stay in for now, to ensure that we correctly resync.
    richvdh committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    1007f0a View commit details
    Browse the repository at this point in the history
  2. lint

    richvdh committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    257e80c View commit details
    Browse the repository at this point in the history