mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Optionally split out the pushers into a separate process
This commit is contained in:
parent
78741cf025
commit
a3ac837599
5 changed files with 217 additions and 1 deletions
|
@ -230,7 +230,7 @@ class HttpPusher(object):
|
|||
"Pushkey %s was rejected: removing",
|
||||
pk
|
||||
)
|
||||
yield self.hs.get_pusherpool().remove_pusher(
|
||||
yield self.hs.remove_pusher(
|
||||
self.app_id, pk, self.user_id
|
||||
)
|
||||
defer.returnValue(True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue