Hello all,

I just want to confirm something regarding timeouts.  I have them set globally 
but have one application group which is requesting longer timeouts.  Does 
setting them in a frontend override the global timeouts?  Also, what are the 
downsides to setting the timeouts to some large timeframe.  They are asking for 
600 seconds which sounds excessive to me.  My current configuration is below.

global
     timeout connect 5000ms
     timeout client  50000ms
     timeout server  50000ms

frontend ApplicationRequesingLongerTimeouts
     timeout connect 10s
     timeout client  120s
     timeout server  120s

Thanks as always!

Dan M.

Reply via email to