]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove old video views by default
authorChocobozzz <me@florianbigard.com>
Fri, 27 Nov 2020 13:02:25 +0000 (14:02 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 27 Nov 2020 14:46:49 +0000 (15:46 +0100)
config/default.yaml
config/production.yaml.example

index da04c0e954656e4dc25a2469c8112dde56f0be3e..4230d262f41fd5e8cb0793755ed72e5f65e38d47 100644 (file)
@@ -166,7 +166,7 @@ views:
     # -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: -1
+      max_age: '30 days'
 
 plugins:
   # The website PeerTube will ask for available PeerTube plugins and themes
index ec38f4cf789570532b197a7157fe7b63cfdc4eec..3c1dbb381e11fda0b76fe52e4dea20ffd31f1b1a 100644 (file)
@@ -167,7 +167,7 @@ views:
     # -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: -1
+      max_age: '30 days'
 
 plugins:
   # The website PeerTube will ask for available PeerTube plugins and themes