0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-12 06:09:07 +02:00

Remove useless assignment in notify_interested_services

This commit is contained in:
Ilya Zhuravlev 2017-11-07 22:23:22 +03:00
parent 8a4a0ddea6
commit d46386d57e

View file

@ -70,7 +70,6 @@ class ApplicationServicesHandler(object):
with Measure(self.clock, "notify_interested_services"):
self.is_processing = True
try:
upper_bound = self.current_max
limit = 100
while True:
upper_bound, events = yield self.store.get_new_events_for_appservice(