1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-24 23:38:20 -05:00

Update config for peertube 3.0

This commit is contained in:
Felix Ableitner 2021-01-15 18:07:19 +01:00
parent a17f03ea59
commit 1cf5c52299

View File

@ -78,3 +78,17 @@ trending:
csp:
enabled: true
report_only: true
views:
videos:
# PeerTube creates a database entry every hour for each video to track views over a period of time
# This is used in particular by the Trending page
# PeerTube could remove old remote video views if you want to reduce your database size (video view counter will not be altered)
# -1 means no cleanup
# Other values could be '6 months' or '30 days' etc (PeerTube will periodically delete old entries from database)
remote:
max_age: '30 days'
federation:
videos:
federate_unlisted: false