Skip to content

Commit 07d8505

Browse files
committed
HADOOP-15466. Correct units in adl.http.timeout.
Contributed by Sean Mackrory,
1 parent b670837 commit 07d8505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2933,8 +2933,8 @@
29332933
<name>adl.http.timeout</name>
29342934
<value>-1</value>
29352935
<description>
2936-
Base timeout (in seconds) for HTTP requests from the ADL SDK. Values of
2937-
zero or less cause the SDK default to be used instead.
2936+
Base timeout (in milliseconds) for HTTP requests from the ADL SDK. Values
2937+
of zero or less cause the SDK default to be used instead.
29382938
</description>
29392939
</property>
29402940

0 commit comments

Comments
 (0)