kubo/config/experiments.go
2021-11-23 18:44:35 +01:00

13 lines
353 B
Go

package config
type Experiments struct {
FilestoreEnabled bool
UrlstoreEnabled bool
ShardingEnabled bool `json:",omitempty"` // deprecated by autosharding: https://github.com/ipfs/go-ipfs/pull/8527
GraphsyncEnabled bool
Libp2pStreamMounting bool
P2pHttpProxy bool
StrategicProviding bool
AcceleratedDHTClient bool
}