From 8190482718976369b0b9fa86eacfda7b245d9e96 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 5 Jun 2023 12:40:06 +0200 Subject: [PATCH] janus - enable full-trickle support Signed-off-by: Simon L --- Containers/talk/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/supervisord.conf b/Containers/talk/supervisord.conf index c3c672a7dc1..15fe4cd8a1f 100644 --- a/Containers/talk/supervisord.conf +++ b/Containers/talk/supervisord.conf @@ -27,7 +27,7 @@ stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -command=janus --config=/etc/janus/janus.jcfg --disable-colors --log-stdout +command=janus --config=/etc/janus/janus.jcfg --disable-colors --log-stdout --full-trickle [program:signaling] stdout_logfile=/dev/stdout