Call setOnlyne every 4:40 instead of 15 minutes

This commit is contained in:
Manuel Cortez 2018-12-13 17:16:56 -06:00
parent d79f29d237
commit 36a199946e

View File

@ -196,7 +196,7 @@ class Controller(object):
i.get_items()
self.window.change_status(_(u"Ready"))
self.create_longpoll_thread()
self.status_setter = RepeatingTimer(900, self.set_online)
self.status_setter = RepeatingTimer(280, self.set_online)
self.status_setter.start()
self.set_online()
self.create_unread_messages()