Don't bother locking

pull/4/merge
Erik Johnston 11 years ago
parent 7f4c7fe4e8
commit da4a09f977
  1. 1
      synapse/handlers/federation.py

@ -132,7 +132,6 @@ class FederationHandler(BaseHandler):
# TODO: Implement something in federation that allows us to
# respond to PDU.
with (yield self.room_lock.lock(event.room_id)):
yield self.store.persist_event(
event,
backfilled,

Loading…
Cancel
Save