From 432da2cfad772b0e388bb68fb37fb0aa2af29b66 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 12 Feb 2025 13:06:29 +0100 Subject: [PATCH] change timeout values to proper values --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 6fd09d0..03c5575 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -82,8 +82,8 @@ $hy_max_retries = '3', $hy_timeout_http_request = '10s', $hy_timeout_queue = '1m', $hy_timeout_connect = '10s', -$hy_timeout_client = '50s', -$hy_timeout_server = '50s', +$hy_timeout_client = '1m', +$hy_timeout_server = '1m', $hy_timeout_http_keep_alive = '10s', $hy_timeout_check = '10s',