|
@@ -43,7 +43,7 @@ func init() {
|
|
orm.SetMaxIdleConns("eta", 50)
|
|
orm.SetMaxIdleConns("eta", 50)
|
|
orm.SetMaxOpenConns("eta", 100)
|
|
orm.SetMaxOpenConns("eta", 100)
|
|
|
|
|
|
- etaDb, _ := orm.GetDB("rddp")
|
|
|
|
|
|
+ etaDb, _ := orm.GetDB("eta")
|
|
etaDb.SetConnMaxLifetime(10 * time.Minute)
|
|
etaDb.SetConnMaxLifetime(10 * time.Minute)
|
|
|
|
|
|
orm.Debug = true
|
|
orm.Debug = true
|