From 3068a50f767a9b88511bae6bbd6344d2c9bb6a38 Mon Sep 17 00:00:00 2001 From: Michael Avila Date: Thu, 18 Apr 2019 13:54:58 -0700 Subject: [PATCH] go-ipfs-config: Add provider system experiment --- config/experiments.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/experiments.go b/config/experiments.go index c5cb0cf2fbdf..6821ed6bc81b 100644 --- a/config/experiments.go +++ b/config/experiments.go @@ -8,4 +8,5 @@ type Experiments struct { P2pHttpProxy bool QUIC bool PreferTLS bool + StrategicProviding bool }