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 242a3bc46 fix: adjust the collect default time to 14 days (#7231)
242a3bc46 is described below

commit 242a3bc46c9c3d2bdd5a62733d3935869f438e33
Author: 青湛 <[email protected]>
AuthorDate: Thu Mar 28 16:23:34 2024 +1300

    fix: adjust the collect default time to 14 days (#7231)
---
 config-ui/src/routes/onboard/step-3.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/routes/onboard/step-3.tsx 
b/config-ui/src/routes/onboard/step-3.tsx
index 3fba3cfff..35f7c93db 100644
--- a/config-ui/src/routes/onboard/step-3.tsx
+++ b/config-ui/src/routes/onboard/step-3.tsx
@@ -82,7 +82,7 @@ export const Step3 = () => {
           cronConfig: presets[0],
           isManual: false,
           skipOnFail: true,
-          timeAfter: formatTime(dayjs().subtract(6, 
'month').startOf('day').toDate(), 'YYYY-MM-DD[T]HH:mm:ssZ'),
+          timeAfter: formatTime(dayjs().subtract(14, 
'day').startOf('day').toDate(), 'YYYY-MM-DD[T]HH:mm:ssZ'),
           connections: [
             {
               pluginName: plugin,

Reply via email to