diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2794c543c..31c0e6b96 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -190,6 +190,12 @@ federation: | |||
190 | videos: | 190 | videos: |
191 | federate_unlisted: false | 191 | federate_unlisted: false |
192 | 192 | ||
193 | # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments) | ||
194 | # It removes objects that do not exist anymore, and potentially fix their URLs | ||
195 | # 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 | ||
196 | # We still suggest you to enable this setting even if your users will loose most of their video's likes/dislikes | ||
197 | cleanup_remote_interactions: false | ||
198 | |||
193 | 199 | ||
194 | ############################################################################### | 200 | ############################################################################### |
195 | # | 201 | # |