0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 00:18:22 +02:00

More rst fixes. Expand on JSON library change

This commit is contained in:
Erik Johnston 2015-02-12 10:46:15 +00:00
parent 2ad2b0dcca
commit 28b468b292

View file

@ -6,8 +6,10 @@ Changes in develop
* Persist events we have rejected from federation, fixing the bug where
servers would keep requesting the same events.
* Various performance improvements, including:
- Caching common queries such as fetching events and current state.
- Upgraded JSON library.
- Caching common queries such as fetching events and current state.
- Upgraded JSON library to improve parsing and serialization speeds.
* Add default avatars to new user accounts using pydenticon library.
* Correctly time out federation requests.
* Retry federation requests against different servers.