This commit is contained in:
赵鑫 2022-09-01 15:55:29 +08:00
parent ee4b4d2081
commit cca9efb7ed

View File

@ -27,7 +27,7 @@ read_all_leds()
let zhao_server_errors = 0
const job = new CronJob(
'*/1 * * * * *',
'*/3 * * * * *',
async () => {
// 测试 http://zhao 的连通性
request('http://zhao', (err, res, body) => {