mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 04:53:14 -06:00
Review comments
This commit is contained in:
parent
51444a49c0
commit
3ae6d6496b
|
|
@ -16,7 +16,7 @@
|
||||||
* A bug in state resolution v2 where some specific events with unexpected non-empty state keys are dropped has been fixed
|
* A bug in state resolution v2 where some specific events with unexpected non-empty state keys are dropped has been fixed
|
||||||
* A bug in state resolution v2 when fetching auth events vs partial state has been fixed
|
* A bug in state resolution v2 when fetching auth events vs partial state has been fixed
|
||||||
* Stale device lists should now be handled correctly for all user IDs, which may help with E2EE reliability
|
* Stale device lists should now be handled correctly for all user IDs, which may help with E2EE reliability
|
||||||
* A number of database writer issues have been fixed in the user API and sync API, which should help to reduce `database is locked` errors (particularly with SQLite)
|
* A number of database writer issues have been fixed in the user API and sync API, which should help to reduce `database is locked` errors with SQLite databases
|
||||||
* Database migrations should now be detected more reliably to prevent unexpected errors at startup
|
* Database migrations should now be detected more reliably to prevent unexpected errors at startup
|
||||||
* A number of minor database transaction issues have been fixed, particularly for assigning NIDs in the roomserver, cleaning up device keys and cleaning up notifications
|
* A number of minor database transaction issues have been fixed, particularly for assigning NIDs in the roomserver, cleaning up device keys and cleaning up notifications
|
||||||
* The database query for finding shared users in the sync API has been optimised, using significantly less CPU time as a result
|
* The database query for finding shared users in the sync API has been optimised, using significantly less CPU time as a result
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue