From 8d4f99aded4c1d718a3c177dc7149fd6a2965b8f Mon Sep 17 00:00:00 2001 From: mintsweet <0x1304570@gmail.com> Date: Thu, 12 Sep 2024 14:44:45 +1200 Subject: [PATCH] chore: use weekly to replace daily collect in blueprint --- config-ui/src/routes/blueprint/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-ui/src/routes/blueprint/home/index.tsx b/config-ui/src/routes/blueprint/home/index.tsx index 96c5ab0c8ea..f8f3c2a44cf 100644 --- a/config-ui/src/routes/blueprint/home/index.tsx +++ b/config-ui/src/routes/blueprint/home/index.tsx @@ -64,7 +64,7 @@ export const BlueprintHomePage = () => { name, mode, enable: true, - cronConfig: presets[0], + cronConfig: presets[1], isManual: false, skipOnFail: true, };