MCPcopy Create free account
hub / github.com/upper/db / MaxOpenConns

Method MaxOpenConns

settings.go:70–70  ·  view source on GitHub ↗

MaxOpenConns returns the default maximum number of open connections to the database.

()

Source from the content-addressed store, hash-verified

68 // MaxOpenConns returns the default maximum number of open connections to the
69 // database.
70 MaxOpenConns() int
71
72 // SetMaxTransactionRetries sets the number of times a transaction can
73 // be retried.

Callers 3

OpenMethod · 0.65
SetMaxOpenConnsMethod · 0.65
copySettingsFunction · 0.65

Implementers 1

settingssettings.go

Calls

no outgoing calls

Tested by

no test coverage detected