Merge branch 'notifier_unify' into notifier_performance

This commit is contained in:
Mark Haines 2015-05-14 11:36:44 +01:00
commit 899d4675dd
4 changed files with 10 additions and 21 deletions

View file

@ -48,6 +48,7 @@ class EventsStore(SQLBaseStore):
@contextmanager
def stream_ordering_manager():
yield stream_ordering
stream_ordering_manager = stream_ordering_manager()
try:
with stream_ordering_manager as stream_ordering: