@cryptotaxi247 / kubo / commits / 7f51e84a5

go-ipfs-config: QUIC: remove experimental config option

@RubenKelevra committed May 22, 2020 at 03:11 UTC 7f51e84a5509d9e14ee41826c11660920afc5c80
1 file changed -1
config/experiments.go
-1
@@ -7,6 +7,5 @@ type Experiments struct {
7 GraphsyncEnabled bool
8 Libp2pStreamMounting bool
9 P2pHttpProxy bool
10 - QUIC bool
10 StrategicProviding bool
11 }