You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-17 00:17:59 +02:00
set db connection lifetime to one hour
This commit is contained in:
@ -393,6 +393,9 @@ func main() {
|
||||
}
|
||||
defer masterDb.Close()
|
||||
|
||||
// Enable AWS to auto pause the DB when no activity.
|
||||
masterDb.SetConnMaxLifetime(time.Hour)
|
||||
|
||||
// =========================================================================
|
||||
// Notify Email
|
||||
var notifyEmail notify.Email
|
||||
|
Reference in New Issue
Block a user