From 01b9960db061ce5679a5f44b9df1f6878f4006e1 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Sun, 28 Jan 2024 01:28:27 +0300 Subject: [PATCH] timeouts from 10s to 30s (#6) Signed-off-by: Alexander Piskun --- haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy.cfg b/haproxy.cfg index be89f8c..94e30f0 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -11,8 +11,8 @@ defaults option dontlognull option redispatch timeout connect 10s - timeout client 10s - timeout server 10s + timeout client 30s + timeout server 30s userlist app_api_credentials user app_api_haproxy_user insecure-password NC_PASSWORD_PLACEHOLDER