This commit is contained in:
Erik Johnston 2016-11-21 16:55:23 +00:00
parent 9687e039e7
commit 50934ce460
3 changed files with 41 additions and 0 deletions

View file

@ -131,6 +131,9 @@ class TransactionQueue(object):
@defer.inlineCallbacks
def notify_new_events(self, current_id):
"""This gets called when we have some new events we might want to
send out to other servers.
"""
self._last_poked_id = max(current_id, self._last_poked_id)
if self._is_processing: