From c5e53d0e3979c4602760e507a7240ea6ffad7823 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Nov 2021 15:33:08 +0100 Subject: cleanup_remote_interactions: true by default --- config/default.yaml | 4 +--- config/production.yaml.example | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index ee7acb437..b9c725cea 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -251,9 +251,7 @@ federation: # 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 + cleanup_remote_interactions: true peertube: check_latest_version: diff --git a/config/production.yaml.example b/config/production.yaml.example index 0175c7a12..d67349c1d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -249,9 +249,7 @@ federation: # 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 + cleanup_remote_interactions: true peertube: check_latest_version: -- cgit v1.2.3