Add httpd_maxwait parameter to gerrit module.
Was missing from earlier change that added it to the invocation. Change-Id: I71d9b62e1b959fbd9d87f21800d47606be31d95a
This commit is contained in:
parent
da2199677a
commit
2dd8ebe53b
@ -22,6 +22,7 @@
|
|||||||
# httpd_acceptorthreads:
|
# httpd_acceptorthreads:
|
||||||
# httpd_minthreads:
|
# httpd_minthreads:
|
||||||
# httpd_maxthreads:
|
# httpd_maxthreads:
|
||||||
|
# httpd_maxwait:
|
||||||
# Gerrit configuration options; see Gerrit docs.
|
# Gerrit configuration options; see Gerrit docs.
|
||||||
# commentlinks:
|
# commentlinks:
|
||||||
# A list of regexes Gerrit should hyperlink.
|
# A list of regexes Gerrit should hyperlink.
|
||||||
@ -67,6 +68,7 @@ class gerrit($virtual_hostname='',
|
|||||||
$httpd_acceptorthreads='',
|
$httpd_acceptorthreads='',
|
||||||
$httpd_minthreads='',
|
$httpd_minthreads='',
|
||||||
$httpd_maxthreads='',
|
$httpd_maxthreads='',
|
||||||
|
$httpd_maxwait='',
|
||||||
$github_projects = [],
|
$github_projects = [],
|
||||||
$upstream_projects = [],
|
$upstream_projects = [],
|
||||||
$commentlinks = [ { name => 'changeid',
|
$commentlinks = [ { name => 'changeid',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user