summary refs log tree commit diff
path: root/synapse/replication/slave/storage/transactions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-211-21/+0
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
|
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Rename slave TransactionStore to SlaveTransactionStoreErik Johnston2018-08-151-1/+1
|
* Import all functions from TransactionStoreErik Johnston2018-08-061-11/+2
|
* run isortAmber Brown2018-07-091-1/+2
|
* Invalidate retry cache in both directionsErik Johnston2016-11-221-6/+3
|
* Handle sending events and device messages over federationErik Johnston2016-11-171-2/+2
|
* Hook up the send queue and create a federation sender workerErik Johnston2016-11-161-0/+3
|
* Add destination retry to slave storeErik Johnston2016-07-281-0/+30