Merge "Increase git daemon haproxy timeout"

This commit is contained in:
Jenkins 2016-12-20 16:24:16 +00:00 committed by Gerrit Code Review
commit 9e50a97f60

View File

@ -105,6 +105,10 @@ class openstack_project::git (
'option' => [
'tcplog',
],
'timeout' => [
'client 15m',
'server 15m',
],
},
}
haproxy::balancermember { 'balance_git_http_member':