This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 545e745e4 chore: use weekly to replace daily collect in blueprint
(#8037)
545e745e4 is described below
commit 545e745e45bb320c56ce435dbf473f672eca8913
Author: 青湛 <[email protected]>
AuthorDate: Fri Sep 13 14:07:50 2024 +1200
chore: use weekly to replace daily collect in blueprint (#8037)
Co-authored-by: Klesh Wong <[email protected]>
---
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,
};