Remove http.maxWait hack as fixed in Gerrit 2.5
Remove the workaround for a bug in Gerrit versions older than 2.5 where the http.maxWait value was sent to a method expecting the integer to representing milliseconds without first correctly converting the default time. Gerrit's 2.5 release notes specifically note this bug was fixed. Change-Id: Ic697fd1f5bcf0c7186ac5a9a2201edf88717ae80
This commit is contained in:
parent
d41b3bd5e9
commit
941a2a2eea
@ -118,7 +118,6 @@ class openstack_project::review (
|
||||
sshd_threads => '100',
|
||||
index_threads => 4,
|
||||
httpd_maxqueued => '200',
|
||||
httpd_maxwait => '5000min',
|
||||
war =>
|
||||
'http://tarballs.openstack.org/ci/gerrit/gerrit-v2.11.4.11.a14450f.war',
|
||||
contactstore => $contactstore,
|
||||
|
Loading…
Reference in New Issue
Block a user