MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SetMaxOpenConns

Method SetMaxOpenConns

internal/utils/dbs/db.go:119–121  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

117}
118
119func (this *DB) SetMaxOpenConns(n int) {
120 this.rawDB.SetMaxOpenConns(n)
121}
122
123func (this *DB) EnableStat(b bool) {
124 this.enableStat = b

Callers 4

InitMethod · 0.80
InitMethod · 0.80
initMethod · 0.80
OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected