Merge "Increase git haproxy maxconn from 32 to 256"
This commit is contained in:
commit
785fbb2b58
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user