1:修改证书类配置的表达式删除最后面的\n
2:修改redis连接池信息 3:修改获取配置id的方式,改为从程序中遍历,从redis中太耗时了 4:添加单独添加域,删除域使用多线程的方法
This commit is contained in:
@@ -211,4 +211,6 @@ public final class Constants {
|
||||
*是否使用Minio
|
||||
*/
|
||||
public static final Boolean IS_USE_MINIO = Configurations.getBooleanProperty("isUseMinio", true);
|
||||
public static final int MAXTHREADNUM = Configurations.getIntProperty("maxThreadNum", 10);
|
||||
public static final int EVERTHREADNUM = Configurations.getIntProperty("everThreadNum", 10000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user