Skip to content
Snippets Groups Projects
Commit a8d318cf authored by Erik Johnston's avatar Erik Johnston
Browse files

Up timeout to 10 minutes

parent eb3094ed
No related branches found
No related tags found
No related merge requests found
......@@ -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)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment