mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 17:06:10 -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
|
@ -98,8 +98,9 @@ class EventStreamHandler(BaseHandler):
|
|||
)
|
||||
del self._stop_timer_per_user[auth_user]
|
||||
|
||||
logger.debug("Scheduling _later: for %s", auth_user)
|
||||
self._stop_timer_per_user[auth_user] = (
|
||||
self.clock.call_later(5, _later)
|
||||
self.clock.call_later(10, _later)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue