Fire after 30s not 8h

This commit is contained in:
Erik Johnston 2016-06-06 15:14:21 +01:00
parent e4134c5e13
commit 377eb480ca

View file

@ -183,7 +183,7 @@ class PresenceHandler(object):
# The initial delay is to allow disconnected clients a chance to
# reconnect before we treat them as offline.
self.clock.call_later(
30 * 1000,
30,
self.clock.looping_call,
self._handle_timeouts,
5000,