From 04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 6 Jan 2020 16:43:15 +0100 Subject: Add warning if admin disables webtorrent --- config/production.yaml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 629d0c4b6..68d29d26f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -230,6 +230,7 @@ transcoding: # Generate videos in a WebTorrent format (what we do since the first PeerTube release) # If you also enabled the hls format, it will multiply videos storage by 2 + # If disabled, breaks federation with PeerTube instances < 2.1 webtorrent: enabled: true -- cgit v1.2.3