Fix units of httpd.maxwait

The default unit here is minutes, but Jetty wants to get milliseconds
from the maxWait field. Convert the minutes returned by getTimeUnit to
be milliseconds, matching what Jetty expects.

This should resolve a large number of 503 errors for Git over HTTP.

Change-Id: I43cd65c2e17cf0e7eb44b4e67b3ae843e883fc55
1 file changed