mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:54:49 -04:00
Remove useless assignment in notify_interested_services
This commit is contained in:
parent
8a4a0ddea6
commit
d46386d57e
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ class ApplicationServicesHandler(object):
|
||||||
with Measure(self.clock, "notify_interested_services"):
|
with Measure(self.clock, "notify_interested_services"):
|
||||||
self.is_processing = True
|
self.is_processing = True
|
||||||
try:
|
try:
|
||||||
upper_bound = self.current_max
|
|
||||||
limit = 100
|
limit = 100
|
||||||
while True:
|
while True:
|
||||||
upper_bound, events = yield self.store.get_new_events_for_appservice(
|
upper_bound, events = yield self.store.get_new_events_for_appservice(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue