go-ipfs-config: Merge pull request #71 from ipfs/chore/remove-prefer-tls

feat: remove PreferTLS experiment
This commit is contained in:
Steven Allen 2020-03-29 18:54:21 -07:00 committed by GitHub
commit 94994aaa8f

View File

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