8 lines
211 B
Python
8 lines
211 B
Python
interval = 0
|
|
wakeSignalStrength=20
|
|
defalutStrength=5
|
|
max_retries = 3 # 最大重试次数
|
|
retry_delay = 1 # 重试间隔时间(秒)
|
|
indicators_url = "http://localhost:8111/indicators"
|
|
globalKA=3
|
|
globalKB=3 |