database/sql.DB.maxIdleClosed (field)
4 uses
database/sql (current package)
sql.go#L433: maxIdleClosed int64 // Total number of connections closed due to idle count.
sql.go#L915: db.maxIdleClosed += int64(len(closing))
sql.go#L1102: MaxIdleClosed: db.maxIdleClosed,
sql.go#L1440: db.maxIdleClosed++
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |