Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
5e63a080 by lovetox at 2020-10-26T11:12:50+01:00
Client: Revert ping timeout
- - - - -
1 changed file:
- nbxmpp/client.py
Changes:
=====================================
nbxmpp/client.py
=====================================
@@ -560,7 +560,7 @@ class Client(Observable):
self._ping_source_id = None
self._log.info('Start ping timer')
- self._ping_source_id = GLib.timeout_add_seconds(5, self._ping)
+ self._ping_source_id = GLib.timeout_add_seconds(180, self._ping)
def _remove_ping_timer(self):
if self._ping_source_id is None:
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5e63a080e160078237ccf67c3b609d401d2f2bc5
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5e63a080e160078237ccf67c3b609d401d2f2bc5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits