mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +08:00
This was never included in a release, and has been replaced by a flexible transport prioritization system.
12 lines
233 B
Go
12 lines
233 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
UrlstoreEnabled bool
|
|
ShardingEnabled bool
|
|
GraphsyncEnabled bool
|
|
Libp2pStreamMounting bool
|
|
P2pHttpProxy bool
|
|
StrategicProviding bool
|
|
}
|