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",
|
||||
"crontab": "",
|
||||
"once": true,
|
||||
"onceDelay": 0.1,
|
||||
"onceDelay": "5",
|
||||
"topic": "",
|
||||
"x": 180,
|
||||
"y": 160,
|
||||
|
Reference in New Issue
Block a user