Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

reduce session contention #188

Merged
merged 3 commits into from
Aug 28, 2019
Merged

reduce session contention #188

merged 3 commits into from
Aug 28, 2019

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    863aa22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd68ed View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. session: buffer some request channels

    We're not using these synchronously so we can buffer them a bit to avoid
    blocking quite as much.
    
    This also combines all incoming channels into a single one to ensure all
    operations are processed in-order. This might be overkill bit it makes reasoning
    about this a bit simpler.
    Stebalien committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    8454ba0 View commit details
    Browse the repository at this point in the history