Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
python-nbxmpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
python-nbxmpp
Commits
5e63a080
Commit
5e63a080
authored
Oct 26, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Client: Revert ping timeout
parent
fe1cf357
Pipeline
#6663
passed with stages
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nbxmpp/client.py
nbxmpp/client.py
+1
-1
No files found.
nbxmpp/client.py
View file @
5e63a080
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment