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