From 154e551e528db9131195a0d6850ca811230bf53c Mon Sep 17 00:00:00 2001 From: Ludwig Behm Date: Wed, 25 Oct 2023 01:10:46 +0200 Subject: [PATCH] Fix apistatusd.conf: increasing handshake timeout --- source/server/apistatusd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/server/apistatusd.conf b/source/server/apistatusd.conf index c99e004..56c2f0c 100644 --- a/source/server/apistatusd.conf +++ b/source/server/apistatusd.conf @@ -8,7 +8,8 @@ # localhost. [general] -timeout = 5.0 +# test with 6sec failed in handshake timeout +timeout = 14.0 loglevel = debug [server]