废弃ThreadHashExecutor

This commit is contained in:
redkale
2023-04-20 19:56:02 +08:00
parent 8db6fd7b73
commit 82fa56d66c
12 changed files with 16 additions and 146 deletions

View File

@@ -38,9 +38,8 @@
【节点全局唯一】 @since 2.3.0
全局Serivce执行的线程池 Application.workExecutor, 没配置该节点将自动创建一个。
threads 线程数为0表示不启用workExecutor只用IO线程。默认: CPU核数, 核数=1的情况下默认值为2
hash: 是否使用ThreadHashExecutor作为线程池默认值为false
-->
<executor threads="4" hash="false"/>
<executor threads="4"/>
<!--
【节点全局唯一】