HADOOP-15466. Correct units in adl.http.timeout.

Contributed by Sean Mackrory,
This commit is contained in:
Steve Loughran 2018-05-15 16:19:03 +01:00
parent b670837469
commit 07d8505f75

View File

@ -2933,8 +2933,8 @@
<name>adl.http.timeout</name> <name>adl.http.timeout</name>
<value>-1</value> <value>-1</value>
<description> <description>
Base timeout (in seconds) for HTTP requests from the ADL SDK. Values of Base timeout (in milliseconds) for HTTP requests from the ADL SDK. Values
zero or less cause the SDK default to be used instead. of zero or less cause the SDK default to be used instead.
</description> </description>
</property> </property>