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 class ChangeThreadPoolConstants {
public static final String CHANGE_THREAD_POOL_TEXT = "[{}] Changing thread pool parameters. " + public static final String CHANGE_THREAD_POOL_TEXT = "Dynamic thread pool change parameter: [{}]" +
"\n coreSize: [{}]" + "\n corePoolSize: [{}]" +
"\n maximumSize: [{}]" + "\n maximumPoolSize: [{}]" +
"\n queueType: [{}]" + "\n blockingQueueType: [{}]" +
"\n capacity: [{}]" + "\n capacity: [{}]" +
"\n keepAliveTime: [{}]" + "\n keepAliveTime: [{}]" +
"\n executeTimeOut: [{}]" + "\n executeTimeOut: [{}]" +

Loading…
Cancel
Save