refactor(mcwl-resource): 调整 MQTT 消息处理机制
parent
41d617b26f
commit
43944084c2
|
@ -98,7 +98,6 @@ spring:
|
|||
max-active: 1000
|
||||
# #连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
max-wait: -1ms
|
||||
time-between-eviction-runs: 6000
|
||||
|
||||
|
||||
# token配置
|
||||
|
@ -164,4 +163,11 @@ huawei:
|
|||
upload:
|
||||
endPoint: obs.cn-south-1.myhuaweicloud.com
|
||||
|
||||
mqtt:
|
||||
broker-url: tcp://192.168.136.128:1883
|
||||
client-id-prefix: emqx-client
|
||||
connection-timeout: 30
|
||||
keep-alive-interval: 60
|
||||
max-reconnect-attempts: 5
|
||||
clean-session: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue