[Pkg-voip-commits] [janus] 100/163: Changed the commented sample values for the WebSockets pingpong (see #988)

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit eb952fb8cd52be89ea5a4b8ff701029aef24cd3a
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Thu Sep 7 12:56:06 2017 +0200

    Changed the commented sample values for the WebSockets pingpong (see #988)
---
 conf/janus.transport.websockets.cfg.sample.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/janus.transport.websockets.cfg.sample.in b/conf/janus.transport.websockets.cfg.sample.in
index 7e57448..a77f2f6 100644
--- a/conf/janus.transport.websockets.cfg.sample.in
+++ b/conf/janus.transport.websockets.cfg.sample.in
@@ -3,8 +3,8 @@
 [general]
 json = indented				; Whether the JSON messages should be indented (default),
 							; plain (no indentation) or compact (no indentation and no spaces)
-;pingpong_trigger = 5		; After how many seconds of idle, a PING should be sent
-;pingpong_timeout = 5		; After how many seconds of not getting a PONG, a timeout should be detected
+;pingpong_trigger = 30		; After how many seconds of idle, a PING should be sent
+;pingpong_timeout = 10		; After how many seconds of not getting a PONG, a timeout should be detected
 
 ws = yes					; Whether to enable the WebSockets API
 ws_port = 8188				; WebSockets server port

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list