From 65a370b8100d6579f451c097bf5633b8332b01dd Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 15 Aug 2023 13:17:54 +0930 Subject: [PATCH] fix(cron): auto load delay set to 5 seconds this is required so that the config can load as cron requires the config !2 --- flows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows.json b/flows.json index ababe69..c307e8d 100644 --- a/flows.json +++ b/flows.json @@ -14293,7 +14293,7 @@ "repeat": "60", "crontab": "", "once": true, - "onceDelay": 0.1, + "onceDelay": "5", "topic": "", "x": 180, "y": 160,