MatrixSynapse/synapse
Erik Johnston ae5b2a72c0
Reduce serialization errors in MultiWriterIdGen (#8456)
We call `_update_stream_positions_table_txn` a lot, which is an UPSERT
that can conflict in `REPEATABLE READ` isolation level. Instead of doing
a transaction consisting of a single query we may as well run it outside
of a transaction.
2020-10-07 15:15:57 +01:00
..
_scripts
api
app
appservice
config
crypto
events
federation Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
groups
handlers
http
logging
metrics
module_api
push
replication
res/templates
rest
server_notices
spam_checker_api
state
static
storage Reduce serialization errors in MultiWriterIdGen (#8456) 2020-10-07 15:15:57 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
types.py
visibility.py