MCPcopy Index your code
hub / github.com/upper/db / SetMaxOpenConns

Method SetMaxOpenConns

adapter/mongo/database.go:116–118  ·  view source on GitHub ↗

SetMaxOpenConns is not supported.

(int)

Source from the content-addressed store, hash-verified

114
115// SetMaxOpenConns is not supported.
116func (s *Source) SetMaxOpenConns(int) {
117 s.Settings.SetMaxOpenConns(0)
118}
119
120// Name returns the name of the database.
121func (s *Source) Name() string {

Callers

nothing calls this directly

Calls 1

SetMaxOpenConnsMethod · 0.65

Tested by

no test coverage detected