重连参数

hongrunHaotian
LAPTOP-S9HJSOEB\昊天 3 years ago
parent 9ca945a6f1
commit aae4229ffd

@ -63,6 +63,10 @@ serverMode: 1
ksec: ksec:
ip: 192.168.168.11 ip: 192.168.168.11
port: 8001 port: 8001
#重连次数 默认10次
reconnectNum: -1
#重连间隔 默认10s
reconnectInterval: 10
# ------------ 实时视频流 全部页面的格式 行列数量 # ------------ 实时视频流 全部页面的格式 行列数量
videoStyleConfig: videoStyleConfig:
videoStyleRow: 4 videoStyleRow: 4

@ -49,7 +49,7 @@ ksec:
ip: 127.0.0.1 ip: 127.0.0.1
port: 3000 port: 3000
#重连次数 默认10次 #重连次数 默认10次
reconnectNum: 5 reconnectNum: -1
#重连间隔 默认10s #重连间隔 默认10s
reconnectInterval: 10 reconnectInterval: 10
# ------------ 实时视频流 全部页面的格式 行列数量 # ------------ 实时视频流 全部页面的格式 行列数量

Loading…
Cancel
Save