Change the naming of thread pool adaptation parameters

pull/235/head
chen.ma 2 years ago
parent fa5075a7e9
commit 9b4cfb75e1

@ -53,14 +53,14 @@ public class ThreadPoolAdapterReqDTO {
private String identify;
/**
* Core size
* Core pool size
*/
private Integer coreSize;
private Integer corePoolSize;
/**
* Maximum size
* Maximum pool size
*/
private Integer maximumSize;
private Integer maximumPoolSize;
/**
* Client address list

Loading…
Cancel
Save