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/default.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index 7fe817aa0..8e866c126 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -216,6 +216,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