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:
James E. Blair 2012-07-03 06:38:51 -07:00
parent da2199677a
commit 2dd8ebe53b

View File

@ -22,6 +22,7 @@
# httpd_acceptorthreads:
# httpd_minthreads:
# httpd_maxthreads:
# httpd_maxwait:
# Gerrit configuration options; see Gerrit docs.
# commentlinks:
# A list of regexes Gerrit should hyperlink.
@ -67,6 +68,7 @@ class gerrit($virtual_hostname='',
$httpd_acceptorthreads='',
$httpd_minthreads='',
$httpd_maxthreads='',
$httpd_maxwait='',
$github_projects = [],
$upstream_projects = [],
$commentlinks = [ { name => 'changeid',