mirror of https://github.com/apache/druid.git
HttpClientModule: Default http timeout to PT5M
This commit is contained in:
parent
1ec6d5b0ef
commit
b2ea216bdf
|
@ -103,7 +103,7 @@ public class HttpClientModule implements Module
|
|||
private int numConnections = 5;
|
||||
|
||||
@JsonProperty
|
||||
private Period readTimeout = null;
|
||||
private Period readTimeout = new Period("PT5M");
|
||||
|
||||
public int getNumConnections()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue