]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Added translation using Weblate (Serbian (cyrillic))
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 2794c543c066eb597669d117438b26917ec0d87b..31c0e6b9618f4262d4d29d912eb2740f05b57b89 100644 (file)
@@ -190,6 +190,12 @@ federation:
   videos:
     federate_unlisted: false
 
+    # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments)
+    # It removes objects that do not exist anymore, and potentially fix their URLs
+    # This setting is opt-in because due to an old bug in PeerTube, remote rates sent by instance before PeerTube 3.0 will be deleted
+    # We still suggest you to enable this setting even if your users will loose most of their video's likes/dislikes
+    cleanup_remote_interactions: false
+
 
 ###############################################################################
 #