From 2966f4ef68efbd28f66f5270655bcb25024e688b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 12 Feb 2025 12:58:08 +0100 Subject: [PATCH] change timeout values to proper values --- manifests/params.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 79f788f..6fd09d0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -81,9 +81,9 @@ $hy_use_redispatch = true, $hy_max_retries = '3', $hy_timeout_http_request = '10s', $hy_timeout_queue = '1m', -$hy_timeout_connect = '5000', -$hy_timeout_client = '50000', -$hy_timeout_server = '50000', +$hy_timeout_connect = '10s', +$hy_timeout_client = '50s', +$hy_timeout_server = '50s', $hy_timeout_http_keep_alive = '10s', $hy_timeout_check = '10s',