diff --git a/hippo4j-example/hippo4j-config-apollo-spring-boot-1x-starter-example/src/main/resources/apollo-config.properties b/hippo4j-example/hippo4j-config-apollo-spring-boot-1x-starter-example/src/main/resources/apollo-config.properties index 5e1d742b..2c83a611 100644 --- a/hippo4j-example/hippo4j-config-apollo-spring-boot-1x-starter-example/src/main/resources/apollo-config.properties +++ b/hippo4j-example/hippo4j-config-apollo-spring-boot-1x-starter-example/src/main/resources/apollo-config.properties @@ -1,10 +1,10 @@ # \u4EE5\u4E0B\u5185\u5BB9\u590D\u5236\u5230 apollo \u914D\u7F6E\u6587\u4EF6\u4E2D # Copy the following to the apollo configuration file -spring.dynamic.thread-pool.tomcat.core-pool-size=64 -spring.dynamic.thread-pool.tomcat.maximum-pool-size=128 -spring.dynamic.thread-pool.tomcat.keep-alive-time=1000 -spring.dynamic.thread-pool.tomcat.enable=true +spring.dynamic.thread-pool.web.core-pool-size=64 +spring.dynamic.thread-pool.web.maximum-pool-size=128 +spring.dynamic.thread-pool.web.keep-alive-time=1000 +spring.dynamic.thread-pool.web.enable=true spring.dynamic.thread-pool.default-executor.core-pool-size=1 spring.dynamic.thread-pool.default-executor.maximum-pool-size=2 spring.dynamic.thread-pool.default-executor.blocking-queue=ResizableCapacityLinkedBlockingQueue diff --git a/hippo4j-example/hippo4j-config-apollo-spring-boot-starter-example/src/main/resources/apollo-config.properties b/hippo4j-example/hippo4j-config-apollo-spring-boot-starter-example/src/main/resources/apollo-config.properties index 5e1d742b..2c83a611 100644 --- a/hippo4j-example/hippo4j-config-apollo-spring-boot-starter-example/src/main/resources/apollo-config.properties +++ b/hippo4j-example/hippo4j-config-apollo-spring-boot-starter-example/src/main/resources/apollo-config.properties @@ -1,10 +1,10 @@ # \u4EE5\u4E0B\u5185\u5BB9\u590D\u5236\u5230 apollo \u914D\u7F6E\u6587\u4EF6\u4E2D # Copy the following to the apollo configuration file -spring.dynamic.thread-pool.tomcat.core-pool-size=64 -spring.dynamic.thread-pool.tomcat.maximum-pool-size=128 -spring.dynamic.thread-pool.tomcat.keep-alive-time=1000 -spring.dynamic.thread-pool.tomcat.enable=true +spring.dynamic.thread-pool.web.core-pool-size=64 +spring.dynamic.thread-pool.web.maximum-pool-size=128 +spring.dynamic.thread-pool.web.keep-alive-time=1000 +spring.dynamic.thread-pool.web.enable=true spring.dynamic.thread-pool.default-executor.core-pool-size=1 spring.dynamic.thread-pool.default-executor.maximum-pool-size=2 spring.dynamic.thread-pool.default-executor.blocking-queue=ResizableCapacityLinkedBlockingQueue diff --git a/hippo4j-example/hippo4j-config-consul-spring-boot-starter-example/src/main/resources/consul-config.properties b/hippo4j-example/hippo4j-config-consul-spring-boot-starter-example/src/main/resources/consul-config.properties index facdc302..83e2d9f9 100644 --- a/hippo4j-example/hippo4j-config-consul-spring-boot-starter-example/src/main/resources/consul-config.properties +++ b/hippo4j-example/hippo4j-config-consul-spring-boot-starter-example/src/main/resources/consul-config.properties @@ -1,10 +1,10 @@ # 以下内容复制到 consul 配置文件中 # Copy the following to the consul configuration file -spring.dynamic.thread-pool.tomcat.core-pool-size=64 -spring.dynamic.thread-pool.tomcat.maximum-pool-size=128 -spring.dynamic.thread-pool.tomcat.keep-alive-time=1000 -spring.dynamic.thread-pool.tomcat.enable=true +spring.dynamic.thread-pool.web.core-pool-size=64 +spring.dynamic.thread-pool.web.maximum-pool-size=128 +spring.dynamic.thread-pool.web.keep-alive-time=1000 +spring.dynamic.thread-pool.web.enable=true spring.dynamic.thread-pool.default-executor.core-pool-size=1 spring.dynamic.thread-pool.default-executor.maximum-pool-size=2 spring.dynamic.thread-pool.default-executor.blocking-queue=ResizableCapacityLinkedBlockingQueue diff --git a/hippo4j-example/hippo4j-config-etcd-spring-boot-starter-example/src/main/resources/etcd-config.properties b/hippo4j-example/hippo4j-config-etcd-spring-boot-starter-example/src/main/resources/etcd-config.properties index 4635a4bc..5387091b 100644 --- a/hippo4j-example/hippo4j-config-etcd-spring-boot-starter-example/src/main/resources/etcd-config.properties +++ b/hippo4j-example/hippo4j-config-etcd-spring-boot-starter-example/src/main/resources/etcd-config.properties @@ -1,10 +1,10 @@ # \u4EE5\u4E0B\u5185\u5BB9\u590D\u5236\u5230 etcd \u914D\u7F6E\u6587\u4EF6\u4E2D # Copy the following to the etcd configuration file -spring.dynamic.thread-pool.tomcat.core-pool-size=64 -spring.dynamic.thread-pool.tomcat.maximum-pool-size=128 -spring.dynamic.thread-pool.tomcat.keep-alive-time=1000 -spring.dynamic.thread-pool.tomcat.enable=true +spring.dynamic.thread-pool.web.core-pool-size=64 +spring.dynamic.thread-pool.web.maximum-pool-size=128 +spring.dynamic.thread-pool.web.keep-alive-time=1000 +spring.dynamic.thread-pool.web.enable=true spring.dynamic.thread-pool.default-executor.core-pool-size=1 spring.dynamic.thread-pool.default-executor.maximum-pool-size=2 spring.dynamic.thread-pool.default-executor.blocking-queue=ResizableCapacityLinkedBlockingQueue diff --git a/hippo4j-example/hippo4j-config-nacos-spring-boot-1x-starter-example/src/main/resources/nacos-config.properties b/hippo4j-example/hippo4j-config-nacos-spring-boot-1x-starter-example/src/main/resources/nacos-config.properties index 816f3b2d..77e3f5e0 100644 --- a/hippo4j-example/hippo4j-config-nacos-spring-boot-1x-starter-example/src/main/resources/nacos-config.properties +++ b/hippo4j-example/hippo4j-config-nacos-spring-boot-1x-starter-example/src/main/resources/nacos-config.properties @@ -1,10 +1,10 @@ # \u4EE5\u4E0B\u5185\u5BB9\u590D\u5236\u5230 nacos \u914D\u7F6E\u6587\u4EF6\u4E2D # Copy the following to the nacos configuration file -spring.dynamic.thread-pool.tomcat.core-pool-size=64 -spring.dynamic.thread-pool.tomcat.maximum-pool-size=128 -spring.dynamic.thread-pool.tomcat.keep-alive-time=1000 -spring.dynamic.thread-pool.tomcat.enable=true +spring.dynamic.thread-pool.web.core-pool-size=64 +spring.dynamic.thread-pool.web.maximum-pool-size=128 +spring.dynamic.thread-pool.web.keep-alive-time=1000 +spring.dynamic.thread-pool.web.enable=true spring.dynamic.thread-pool.default-executor.core-pool-size=1 spring.dynamic.thread-pool.default-executor.maximum-pool-size=2 spring.dynamic.thread-pool.default-executor.blocking-queue=ResizableCapacityLinkedBlockingQueue diff --git a/hippo4j-example/hippo4j-config-nacos-spring-boot-starter-example/src/main/resources/nacos-config.properties b/hippo4j-example/hippo4j-config-nacos-spring-boot-starter-example/src/main/resources/nacos-config.properties index 816f3b2d..77e3f5e0 100644 --- a/hippo4j-example/hippo4j-config-nacos-spring-boot-starter-example/src/main/resources/nacos-config.properties +++ b/hippo4j-example/hippo4j-config-nacos-spring-boot-starter-example/src/main/resources/nacos-config.properties @@ -1,10 +1,10 @@ # \u4EE5\u4E0B\u5185\u5BB9\u590D\u5236\u5230 nacos \u914D\u7F6E\u6587\u4EF6\u4E2D # Copy the following to the nacos configuration file -spring.dynamic.thread-pool.tomcat.core-pool-size=64 -spring.dynamic.thread-pool.tomcat.maximum-pool-size=128 -spring.dynamic.thread-pool.tomcat.keep-alive-time=1000 -spring.dynamic.thread-pool.tomcat.enable=true +spring.dynamic.thread-pool.web.core-pool-size=64 +spring.dynamic.thread-pool.web.maximum-pool-size=128 +spring.dynamic.thread-pool.web.keep-alive-time=1000 +spring.dynamic.thread-pool.web.enable=true spring.dynamic.thread-pool.default-executor.core-pool-size=1 spring.dynamic.thread-pool.default-executor.maximum-pool-size=2 spring.dynamic.thread-pool.default-executor.blocking-queue=ResizableCapacityLinkedBlockingQueue