synapse/changelog.d
Dirk Klimpel 8bbe66a9b9
explain load balancing for federation_sender_instances (#17776)
Adding information on how the load is distributed for
`federation_sender_instances`.

Thx to @devonh for the information.

causal source:
c2e5e9e67c/synapse/config/_base.py (L946-L989)

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

---------

Co-authored-by: Devon Hudson <devon.dmytro@gmail.com>
2024-10-03 22:01:33 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
17749.doc Remove spurious TODO in debian install step (#17749) 2024-09-26 13:18:28 +01:00
17751.misc Minor perf speed up for large accounts on SSS (#17751) 2024-09-30 12:58:02 +01:00
17765.misc Optimise notifier (#17765) 2024-09-30 12:58:13 +01:00
17766.misc Optimise notifier mk2 (#17766) 2024-09-30 13:32:31 +01:00
17767.misc Fix perf when streams don't change often (#17767) 2024-09-30 13:52:33 +01:00
17768.misc Add fast path for sliding sync streams that only ask for extensions (#17768) 2024-09-30 12:59:50 +01:00
17771.misc Reduce overhead of sliding sync E2EE loops (#17771) 2024-09-30 13:00:14 +01:00
17776.doc explain load balancing for federation_sender_instances (#17776) 2024-10-03 22:01:33 +00:00