Add warning if admin disables webtorrent

This commit is contained in:
Chocobozzz
2020-01-06 16:43:15 +01:00
parent c10b638c4b
commit 04cda1d7a5
5 changed files with 58 additions and 23 deletions

View File

@@ -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

View File

@@ -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