1 2 3 4 5 6 7 8 9 10
package database import "time" const ( LogPrefix = "Database" MaxOpenConnections = 25 MaxIdleConnections = 5 MaxConnectionLifetime = 5 * time.Minute )