Skip to content

Commit

Permalink
fix(project): update project's default sync policy
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 committed Sep 13, 2024
1 parent 6b21f49 commit ae3d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/services/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func CreateProject(projectInput *models.ApiInputProject) (*models.ApiOutputProje
ProjectName: project.Name,
Mode: "NORMAL",
Enable: true,
CronConfig: "0 0 * * *",
CronConfig: "0 0 * * 1",
IsManual: false,
SyncPolicy: models.SyncPolicy{
TimeAfter: func() *time.Time {
Expand Down

0 comments on commit ae3d1d8

Please sign in to comment.