init cronjobs last because that will take the longest if schedule.delay is set

This commit is contained in:
BroodjeAap 2023-01-22 21:01:42 +00:00
parent 34767c0e8e
commit 4b13bd551a

View file

@ -61,8 +61,8 @@ func (web *Web) init() {
web.validateProxyURL()
web.initDB()
web.initRouter()
web.initCronJobs()
web.initNotifiers()
web.initCronJobs()
}
func (web *Web) startupWarning(m ...any) {