-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Description
Affects: 6.1.4
Hi there.
Line 61 in 04e69bd
private Duration exchangeTimeout = Duration.ofSeconds(5); |
exchageTimeout default value is 5 sec.
But these two lines seem to be misleading.
Lines 176 to 180 in 04e69bd
/** | |
* Set the timeout for the HTTP exchange in milliseconds. | |
* <p>Default is 30 seconds. | |
*/ | |
public void setExchangeTimeout(long exchangeTimeout) { |
Lines 185 to 189 in 04e69bd
/** | |
* Set the timeout for the HTTP exchange. | |
* <p>Default is 30 seconds. | |
*/ | |
public void setExchangeTimeout(Duration exchangeTimeout) { |
Metadata
Metadata
Assignees
Labels
type: documentationA documentation taskA documentation task