Remove old video views by default

pull/3377/head
Chocobozzz 2020-11-27 14:02:25 +01:00
parent e5a516e702
commit acfa2e300d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View 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

View 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