commit | 6735702d9dabf8217180fb26a76d6142e0218249 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Jul 02 12:26:18 2012 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jul 02 12:26:18 2012 -0700 |
tree | 6ea0f68fcd916b06ca91c33bc06a7e89b97d808c | |
parent | 8bacce19bc209adc71c7b9c937977679eada9085 [diff] |
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