update 更新线程池策略说明

This commit is contained in:
疯狂的狮子li
2021-09-27 15:00:36 +08:00
parent eecefdc4fa
commit c4f8c1b296
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ thread-pool:
# 线程池维护线程所允许的空闲时间
keepAliveSeconds: 300
# 线程池对拒绝任务(无线程可用)的处理策略
# CALLER_RUNS_POLICY 等待
# CALLER_RUNS_POLICY 调用方执行
# DISCARD_OLDEST_POLICY 放弃最旧的
# DISCARD_POLICY 丢弃
# ABORT_POLICY 中止