Dynamic thread pool parameter change Copywriting modification

pull/488/head
chen.ma 2 years ago
parent b9e3d726ec
commit 5626863a56

@ -22,10 +22,10 @@ package cn.hippo4j.common.constant;
*/
public class ChangeThreadPoolConstants {
public static final String CHANGE_THREAD_POOL_TEXT = "[{}] Changing thread pool parameters. " +
"\n coreSize: [{}]" +
"\n maximumSize: [{}]" +
"\n queueType: [{}]" +
public static final String CHANGE_THREAD_POOL_TEXT = "Dynamic thread pool change parameter: [{}]" +
"\n corePoolSize: [{}]" +
"\n maximumPoolSize: [{}]" +
"\n blockingQueueType: [{}]" +
"\n capacity: [{}]" +
"\n keepAliveTime: [{}]" +
"\n executeTimeOut: [{}]" +

Loading…
Cancel
Save