You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Info("Backing off for %d seconds", int64(setting.Database.DBConnectBackoff/time.Second))
time.Sleep(setting.Database.DBConnectBackoff)
}
models.HasEngine=true
returnnil
}
"...I think this might be better in modules/database.
If you think about what else is in here they're all handlers/middleware of some sort - this is very definitely not and therefore should not be here. ..."
Uh oh!
There was an error while loading. Please reload this page.
gitea/routers/common/db.go
Lines 19 to 39 in 1bfb0a2
"...I think this might be better in modules/database.
If you think about what else is in here they're all handlers/middleware of some sort - this is very definitely not and therefore should not be here. ..."
Originally posted by @zeripath in #15800 (comment)
The text was updated successfully, but these errors were encountered: