Merge pull request #488 from mabaiwan/develop

Dynamic thread pool parameter change Copywriting modification
pull/442/head
小马哥 2 years ago committed by GitHub
commit 775e6700a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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