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

Fix performance of responding to user key requests over federation #10221

Merged
merged 5 commits into from
Jun 21, 2021

Commits on Jun 21, 2021

  1. Fix performance of responding to user key requests over federation

    We were repeatedly looking up a config option in a loop (using the
    unclassed config style), which is expensive enough that it can cause
    large CPU usage.
    erikjohnston committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    4168c2c View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    50f5300 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    erikjohnston committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    441db1c View commit details
    Browse the repository at this point in the history
  4. Update changelog

    erikjohnston committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    72e2509 View commit details
    Browse the repository at this point in the history
  5. Update changelog.d/10221.bugfix

    Co-authored-by: Richard van der Hoff <[email protected]>
    erikjohnston and richvdh authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    272aeae View commit details
    Browse the repository at this point in the history