Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f #17

Open
wants to merge 8 commits into
base: t2bot.io
Choose a base branch
from

Commits on Nov 22, 2022

  1. Speed up appservice transactions when sending them

    This should be done at an earlier level such as where the transactions are calculated, however that doesn't solve the immediate backlog problem on t2bot.io
    
    Instead, this alters the HTTP layer to short-circuit the transaction away from the appservice where possible to avoid delaying it.
    turt2live committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    fc636b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ae663 View commit details
    Browse the repository at this point in the history
  3. Adjust timeouts

    turt2live committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    aa9b953 View commit details
    Browse the repository at this point in the history
  4. Selectively handle EDUs

    turt2live committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b033cb7 View commit details
    Browse the repository at this point in the history
  5. Disable push processing

    turt2live committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    611410a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cdb863 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b986628 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Bump dtolnay/rust-toolchain

    Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f.
    - [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
    - [Commits](dtolnay/rust-toolchain@55c7845...e645b0c)
    
    ---
    updated-dependencies:
    - dependency-name: dtolnay/rust-toolchain
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    13cbf76 View commit details
    Browse the repository at this point in the history