Skip to content

Commit

Permalink
increased the amount of time between newExamResultsHook's
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 19, 2023
1 parent d874fa0 commit 21e0891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/migration/20230530000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (m TumDBMigrator) migrate20230530000000() *gormigrate.Migration {
}

return tx.Create(&model.Crontab{
Interval: 60, // Every 5 minutes
Interval: 60 * 10, // Every 10 minutes
Type: null.StringFrom("newExamResultsHook"),
}).Error
},
Expand Down

0 comments on commit 21e0891

Please sign in to comment.