Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Config
Struct
Config
driver/ipfs/db.go:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
)
26
27
type
Config
struct
{
28
HotCacheSize int64
29
EndPointConnection string
30
}
31
32
var
IpfsDefaultConfig = Config{
33
HotCacheSize: defaultHotCacheSize,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected