Commit d78d8d74b559ddbf8e3e445d9e4f4125d8b20cc0

Authored by 肖超群
1 parent 92ad49f4

提高 OkHTTP线程池最大空闲线程数

huaheng-wms-core/src/main/java/org/jeecg/utils/OkHttpUtils.java
... ... @@ -64,7 +64,7 @@ public class OkHttpUtils {
64 64 /**
65 65 * OkHTTP线程池最大空闲线程数
66 66 */
67   - public final static int MAX_IDLE_CONNECTIONS = 100;
  67 + public final static int MAX_IDLE_CONNECTIONS = 200;
68 68  
69 69 /**
70 70 * OkHTTP线程池空闲线程存活时间(秒)
... ...