> Hello, > > I would like to increase the timeout delay for the actual L7 HTTP checks > on the backends. I have a (quite slow) application that (of course), > need a lot of improving. Anyway, it sometimes takes more than 2000ms to > answer, I guess, because one of the nodes display as L7TOUT/200 in 2001 > ms, or something like that. > > I would like to make HAProxy consider this as "normal", and use a delay > more like 4000ms (yes. I know). What is the setting to use ? I thought > it was the "timeout server" parameter, but it is set as 5000 on my side. > Definitely not that setting. > > Thank you for your help.
Its either "timeout check" [1] or, if that is not configured, "inter" [2]. Regards, Lukas [1] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#timeout%20check [2] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#inter

