1、日志界面url字段增加http前缀. 2、日志查询超时时间改为5min.
This commit is contained in:
@@ -175,7 +175,7 @@ public class HttpClientUtil {
|
||||
}
|
||||
private static CloseableHttpClient httpClient = null;
|
||||
private static RequestConfig requestConfig;
|
||||
public static final int HTTP_SOCKET_TIMEOUT= 30000;
|
||||
public static final int HTTP_SOCKET_TIMEOUT= 300000;
|
||||
public static final int HTTP_CONNECT_TIMEOUT= 10000;
|
||||
public static final int HTTP_CONNECT_REQUEST_TIMEOUT = 50000;
|
||||
public static final int HTTP_CONNECT_RETRY_TIMES = 3;
|
||||
|
||||
Reference in New Issue
Block a user