Closed
Description
需求建议
部分配置文件:
spring.dynamic.thread-pool.default-executor.keep-alive-time=1200
spring.dynamic.thread-pool.executors[0].core-pool-size=16
spring.dynamic.thread-pool.executors[0].maximum-pool-size=16
spring.dynamic.thread-pool.executors[0].thread-pool-id=wechat
spring.dynamic.thread-pool.executors[0].queue-capacity=1000
期望结果是填充wechat
的keep-alive-time
参数值为1200。
实际结果:
如果认为这是问题,请指派给我。