go-ipfs-config: Merge pull request #33 from ipfs/experiment/provider-system-no-blocks

Add strategic provider system experiment flag
This commit is contained in:
Michael Avila 2019-05-20 13:00:54 -07:00 committed by GitHub
commit e1c26d548f

View File

@ -8,4 +8,5 @@ type Experiments struct {
P2pHttpProxy bool
QUIC bool
PreferTLS bool
StrategicProviding bool
}