const database/sql.maxBadConnRetries
11 uses
database/sql (current package)
sql.go#L798: for i := 0; i < maxBadConnRetries; i++ {
sql.go#L1448: const maxBadConnRetries = 2
sql.go#L1461: for i := 0; i < maxBadConnRetries; i++ {
sql.go#L1534: for i := 0; i < maxBadConnRetries; i++ {
sql.go#L1604: for i := 0; i < maxBadConnRetries; i++ {
sql.go#L1733: for i := 0; i < maxBadConnRetries; i++ {
sql.go#L1809: for i := 0; i < maxBadConnRetries; i++ {
sql.go#L2490: for i := 0; i < maxBadConnRetries+1; i++ {
sql.go#L2491: if i == maxBadConnRetries {
sql.go#L2635: for i := 0; i < maxBadConnRetries+1; i++ {
sql.go#L2636: if i == maxBadConnRetries {
![]() |
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. |