Longer timeout values for PDC.

This commit is contained in:
Ralph Bean 2016-01-18 20:53:42 +00:00
parent 41b009579e
commit ccba41cc12

View file

@ -205,6 +205,8 @@ listen pdc 0.0.0.0:10045
balance hdr(appserver)
server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
option httpchk GET /rest_api/v1/
timeout server 3600000
timeout connect 3600000
# Apache doesn't handle the initial connection here like the other proxy
# entries. This proxy also doesn't use the http mode like the others.