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',