1、日志界面url字段增加http前缀. 2、日志查询超时时间改为5min.

This commit is contained in:
zhangwenqing
2018-07-30 19:28:43 +08:00
parent 963b03b941
commit 2b8edce48f
6 changed files with 36 additions and 11 deletions

View File

@@ -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;