aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 617159c2c..d45d84b90 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -111,6 +111,13 @@ tracker:
111 # Reject peers that do a lot of announces (could improve privacy of TCP/UDP peers) 111 # Reject peers that do a lot of announces (could improve privacy of TCP/UDP peers)
112 reject_too_many_announces: false 112 reject_too_many_announces: false
113 113
114history:
115 videos:
116 # If you want to limit users videos history
117 # -1 means there is no limitations
118 # Other values could be '6 months' or '30 days' etc (PeerTube will periodically delete old entries from database)
119 max_age: -1
120
114cache: 121cache:
115 previews: 122 previews:
116 size: 500 # Max number of previews you want to cache 123 size: 500 # Max number of previews you want to cache