Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
func
(this *DB) SetMaxOpenConns(n int) {
120
this.rawDB.SetMaxOpenConns(n)
121
}
122
123
func
(this *DB) EnableStat(b bool) {
124
this.enableStat = b
Callers
4
Init
Method · 0.80
Init
Method · 0.80
init
Method · 0.80
Open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected