fix(cron): auto load delay set to 5 seconds
this is required so that the config can load as cron requires the config !2
This commit is contained in:
@ -14293,7 +14293,7 @@
|
|||||||
"repeat": "60",
|
"repeat": "60",
|
||||||
"crontab": "",
|
"crontab": "",
|
||||||
"once": true,
|
"once": true,
|
||||||
"onceDelay": 0.1,
|
"onceDelay": "5",
|
||||||
"topic": "",
|
"topic": "",
|
||||||
"x": 180,
|
"x": 180,
|
||||||
"y": 160,
|
"y": 160,
|
||||||
|
Reference in New Issue
Block a user