mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-14 06:00:23 +00:00
update 删除指定dubbo线程池,改为手动配置,jdk21开启虚拟线程
This commit is contained in:
@@ -32,9 +32,6 @@ dubbo:
|
||||
timeout: ${spring.data.redis.timeout}
|
||||
# 集群地址 cluster 为 true 生效
|
||||
backup: 127.0.0.1:6379,127.0.0.1:6381
|
||||
protocol:
|
||||
# 自定义线程池 如开启虚拟线程这使用虚拟线程 默认使用cached
|
||||
threadpool: virtualOrCached
|
||||
# 消费者相关配置
|
||||
consumer:
|
||||
# 结果缓存(LRU算法)
|
||||
|
Reference in New Issue
Block a user