Skip to content

Commit

Permalink
Merge "Closes-Bug: #1467232 Disable timeout on the TCP connections fr…
Browse files Browse the repository at this point in the history
…om clients to backends rabbitmq, memcached and mysql operating in mode tcp" into R2.20
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 23, 2015
2 parents 5479a7a + 1b61046 commit e1c2521
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contrail/environment/modules/contrail/files/generate_haproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
option tcpka
option nolinger
timeout connect 5s
timeout client 48h
timeout server 48h
timeout client 0
timeout server 0
$__memcached_servers__
listen rabbitmq 0.0.0.0:5673
Expand All @@ -315,8 +315,8 @@
option tcpka
option nolinger
option forceclose
timeout client 48h
timeout server 48h
timeout client 0
timeout server 0
timeout client-fin 60s
timeout server-fin 60s
$__rabbitmq_servers__
Expand All @@ -329,8 +329,8 @@
option forceclose
maxconn 10000
timeout connect 30s
timeout client 24h
timeout server 24h
timeout client 0
timeout server 0
timeout client-fin 60s
timeout server-fin 60s
$__mysql_servers__
Expand Down

0 comments on commit e1c2521

Please sign in to comment.