From 1c37d45f7d9aefbcd30da07b7d2293414c5fe9cb Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 7 Dec 2021 10:09:45 +0900 Subject: [PATCH] Update mosquitto config to allow all keepalive value --- integration/mosquitto.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration/mosquitto.conf b/integration/mosquitto.conf index c5ba550..9f82697 100644 --- a/integration/mosquitto.conf +++ b/integration/mosquitto.conf @@ -1,5 +1,6 @@ listener 1883 allow_anonymous true +max_keepalive 0 listener 8883 cafile /ca.crt @@ -7,10 +8,12 @@ keyfile /test.key certfile /test.crt require_certificate false allow_anonymous true +max_keepalive 0 listener 9001 protocol websockets allow_anonymous true +max_keepalive 0 listener 9443 protocol websockets @@ -19,3 +22,4 @@ keyfile /test.key certfile /test.crt require_certificate false allow_anonymous true +max_keepalive 0