This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch fix-bp-requency in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 8d4f99aded4c1d718a3c177dc7149fd6a2965b8f Author: mintsweet <[email protected]> AuthorDate: Thu Sep 12 14:44:45 2024 +1200 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 96c5ab0c8..f8f3c2a44 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, };
