refactor(asynch): 重构异步模型配置和队列管理
This commit is contained in:
@@ -61,6 +61,10 @@ jaeger:
|
||||
|
||||
# 本地调试用:可选自动执行 worker/cleaner(默认关闭)
|
||||
asynch:
|
||||
queryPending:
|
||||
enabled: false
|
||||
intervalSeconds: 10 # 每10秒轮询一次
|
||||
limit: 10 # 每次查10条
|
||||
worker:
|
||||
enabled: false
|
||||
intervalSeconds: 5
|
||||
|
||||
Reference in New Issue
Block a user