aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-27 14:02:25 +0100
committerChocobozzz <me@florianbigard.com>2020-11-27 15:46:49 +0100
commitacfa2e300defbf79994f49b2062ec6bece5ad1a9 (patch)
tree814e591ceea8c2dd56d1b2abc51b86cebb47344f /config/production.yaml.example
parente5a516e7029db1f07d56924049f4810110b01cfe (diff)
downloadPeerTube-acfa2e300defbf79994f49b2062ec6bece5ad1a9.tar.gz
PeerTube-acfa2e300defbf79994f49b2062ec6bece5ad1a9.tar.zst
PeerTube-acfa2e300defbf79994f49b2062ec6bece5ad1a9.zip
Remove old video views by default
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example2
1 files changed, 1 insertions, 1 deletions
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:
167 # -1 means no cleanup 167 # -1 means no cleanup
168 # Other values could be '6 months' or '30 days' etc (PeerTube will periodically delete old entries from database) 168 # Other values could be '6 months' or '30 days' etc (PeerTube will periodically delete old entries from database)
169 remote: 169 remote:
170 max_age: -1 170 max_age: '30 days'
171 171
172plugins: 172plugins:
173 # The website PeerTube will ask for available PeerTube plugins and themes 173 # The website PeerTube will ask for available PeerTube plugins and themes