Merge "Increase git haproxy maxconn from 32 to 256"

This commit is contained in:
Jenkins 2015-07-17 21:38:51 +00:00 committed by Gerrit Code Review
commit 785fbb2b58

View File

@ -98,8 +98,8 @@ class openstack_project::git (
mode => 'tcp',
collect_exported => false,
options => {
'maxconn' => '32',
'backlog' => '64',
'maxconn' => '256',
'backlog' => '256',
'balance' => 'leastconn',
'option' => [
'tcplog',