From acfa2e300defbf79994f49b2062ec6bece5ad1a9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Nov 2020 14:02:25 +0100 Subject: Remove old video views by default --- config/default.yaml | 2 +- config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index da04c0e95..4230d262f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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 diff --git a/config/production.yaml.example b/config/production.yaml.example index ec38f4cf7..3c1dbb381 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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 -- cgit v1.2.3