aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-29 15:33:08 +0100
committerChocobozzz <me@florianbigard.com>2021-11-29 15:33:08 +0100
commitc5e53d0e3979c4602760e507a7240ea6ffad7823 (patch)
treec24fbc65a7eac6a7472519134404453789aac733 /config
parent247bbe29145c66a1c4ff61ce5dab70fec51a29aa (diff)
downloadPeerTube-c5e53d0e3979c4602760e507a7240ea6ffad7823.tar.gz
PeerTube-c5e53d0e3979c4602760e507a7240ea6ffad7823.tar.zst
PeerTube-c5e53d0e3979c4602760e507a7240ea6ffad7823.zip
cleanup_remote_interactions: true by default
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example4
2 files changed, 2 insertions, 6 deletions
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:
251 251
252 # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments) 252 # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments)
253 # It removes objects that do not exist anymore, and potentially fix their URLs 253 # It removes objects that do not exist anymore, and potentially fix their URLs
254 # 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 254 cleanup_remote_interactions: true
255 # We still suggest you to enable this setting even if your users will loose most of their video's likes/dislikes
256 cleanup_remote_interactions: false
257 255
258peertube: 256peertube:
259 check_latest_version: 257 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:
249 249
250 # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments) 250 # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments)
251 # It removes objects that do not exist anymore, and potentially fix their URLs 251 # It removes objects that do not exist anymore, and potentially fix their URLs
252 # 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 252 cleanup_remote_interactions: true
253 # We still suggest you to enable this setting even if your users will loose most of their video's likes/dislikes
254 cleanup_remote_interactions: false
255 253
256peertube: 254peertube:
257 check_latest_version: 255 check_latest_version: