mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 21:50:50 -05:00
Up timeout to 10 minutes
This commit is contained in:
parent
eb3094ed31
commit
a8d318cf82
@ -100,7 +100,7 @@ class EventStreamHandler(BaseHandler):
|
||||
|
||||
logger.debug("Scheduling _later: for %s", auth_user)
|
||||
self._stop_timer_per_user[auth_user] = (
|
||||
self.clock.call_later(10, _later)
|
||||
self.clock.call_later(600, _later)
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user