diff options
author | Erik Johnston <erik@matrix.org> | 2015-03-02 11:39:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-03-02 11:39:57 +0000 |
commit | 23d9bd1d745a037202bb9a134cdb848eb65a01e9 (patch) | |
tree | e15b8f526068e6f1a8ae457e9702b83f40f0616b /synapse/federation | |
parent | SYWEB-278 Don't allow rules with no rule_id. (diff) | |
download | synapse-23d9bd1d745a037202bb9a134cdb848eb65a01e9.tar.xz |
Process transactions serially.
Since the events received in a transaction are ordered, later events might depend on earlier events and so we shouldn't blindly process them in parellel.
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/federation_server.py | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/synapse/federation/federation_server.py b/synapse/federation/federation_server.py |