We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950975e commit b973d76Copy full SHA for b973d76
sql/connection.go
@@ -49,8 +49,6 @@ func Connect(
49
// Set the maximum idle connections
50
db.SetMaxIdleConns(config.MaxIdleConnections)
51
52
- db.Set
53
-
54
// Set the connection max lifetime
55
db.SetConnMaxLifetime(config.ConnectionMaxLifetime)
56
0 commit comments