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