0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00
dendrite/syncapi/sync
Neil Alexander d32f60249d
Modify sync transaction behaviour (#2758)
This now uses a transaction per stream, so that errors in one stream
don't propagate to another, and we therefore no longer need to do hacks
to reopen a new transaction after aborting a failed one.
2022-10-03 11:38:20 +01:00
..
request.go SyncAPI tweaks/fixes (#2671) 2022-08-25 13:42:47 +01:00
requestpool.go Modify sync transaction behaviour (#2758) 2022-10-03 11:38:20 +01:00
requestpool_test.go Add race testing to tests, and fix a few small race conditions in the tests (#2587) 2022-08-05 09:19:33 +01:00