...
|
...
|
@@ -15,6 +15,7 @@ func init() { |
|
|
log.Error(fmt.Sprintf("【MYSQL】注册数据库失败:%v source:%v", err, constant.MYSQL_DATA_SOURCE))
|
|
|
return
|
|
|
}
|
|
|
log.Debug(fmt.Sprintf("【MYSQL】注册数据库:%v", constant.MYSQL_DATA_SOURCE))
|
|
|
orm.SetMaxIdleConns(aliasName, constant.MYSQL_MAX_IDLE)
|
|
|
orm.SetMaxOpenConns(aliasName, constant.MYSQL_MAX_OPEN)
|
|
|
} |
...
|
...
|
|