1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Finsih mail resend limit

This commit is contained in:
Unknown
2014-03-21 10:09:57 -04:00
parent 67c4e54298
commit d40499e7fa
9 changed files with 60 additions and 16 deletions

View File

@@ -35,7 +35,6 @@ func LoadModelsConfig() {
}
func setEngine() {
var err error
switch DbCfg.Type {
case "mysql":