|
|
|
@ -48,7 +48,7 @@ public class HttpsUtils { |
|
|
|
|
|
|
|
|
|
private static PoolingHttpClientConnectionManager connMgr; |
|
|
|
|
private static RequestConfig requestConfig; |
|
|
|
|
private static final int MAX_TIMEOUT = 7000; |
|
|
|
|
private static final int MAX_TIMEOUT = 1000 * 25; |
|
|
|
|
|
|
|
|
|
static { |
|
|
|
|
// 设置连接池
|
|
|
|
|