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

Move DNS lookups into separate thread pool #11177

Merged
merged 7 commits into from
Oct 26, 2021
Merged

Commits on Oct 25, 2021

  1. Move DNS lookups into separate thread pool

    This is to stop large bursts of lookups starving out other users of the
    thread pools.
    
    Fixes #11049.
    erikjohnston committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c2ab0e5 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2b3a8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e7819 View commit details
    Browse the repository at this point in the history
  4. Start threadpool

    erikjohnston committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6f08f13 View commit details
    Browse the repository at this point in the history
  5. Update synapse/util/gai_resolver.py

    Co-authored-by: Sean Quah <[email protected]>
    erikjohnston and squahtx authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9fd961d View commit details
    Browse the repository at this point in the history
  6. Update changelog.d/11177.bugfix

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

Commits on Oct 26, 2021

  1. Move to top

    erikjohnston committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d502181 View commit details
    Browse the repository at this point in the history