update
This commit is contained in:
parent
2bf2c86587
commit
ee4b4d2081
@ -27,7 +27,7 @@ read_all_leds()
|
|||||||
let zhao_server_errors = 0
|
let zhao_server_errors = 0
|
||||||
|
|
||||||
const job = new CronJob(
|
const job = new CronJob(
|
||||||
'*/5 * * * * *',
|
'*/1 * * * * *',
|
||||||
async () => {
|
async () => {
|
||||||
// 测试 http://zhao 的连通性
|
// 测试 http://zhao 的连通性
|
||||||
request('http://zhao', (err, res, body) => {
|
request('http://zhao', (err, res, body) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user