mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:56:42 -04:00
Add more logging. Up the event stream timer to 10s
This commit is contained in:
parent
b8b52ca09d
commit
e0ba81344c
2 changed files with 4 additions and 1 deletions
|
@ -517,6 +517,7 @@ class PresenceHandler(BaseHandler):
|
|||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
@trace_function
|
||||
def push_presence(self, user, statuscache):
|
||||
assert(user.is_mine)
|
||||
|
||||
|
@ -559,6 +560,7 @@ class PresenceHandler(BaseHandler):
|
|||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
@trace_function
|
||||
def _send_presence_to_distribution(self, srcuser, localusers=set(),
|
||||
remotedomains=set(), statuscache=None):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue