go-ipfs-config: Merge pull request #93 from RubenKelevra/feat/quic_remove_config_option

QUIC: remove experimental config option
This commit is contained in:
Steven Allen 2020-05-21 19:57:19 -07:00 committed by GitHub
commit 45f2784d82

View File

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