Up timeout to 10 minutes

paul/schema_breaking_changes
Erik Johnston 2014-08-28 16:44:09 +01:00
parent eb3094ed31
commit a8d318cf82
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)