aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2018-08-28 02:01:35 -0500
committerChocobozzz <me@florianbigard.com>2018-08-28 09:01:35 +0200
commitbee0abffff73804d816b90c7fd599e0a51c09d61 (patch)
treefae6d58637f9c63a3800090277f8e130b43442dd /config/production.yaml.example
parentc907c2fa3fd7c0a741117a0204d0ebca675124bd (diff)
downloadPeerTube-bee0abffff73804d816b90c7fd599e0a51c09d61.tar.gz
PeerTube-bee0abffff73804d816b90c7fd599e0a51c09d61.tar.zst
PeerTube-bee0abffff73804d816b90c7fd599e0a51c09d61.zip
Implement daily upload limit (#956)
* Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index fc698ae96..33a26dec1 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -96,6 +96,7 @@ user:
96 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). 96 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
97 # -1 == unlimited 97 # -1 == unlimited
98 video_quota: -1 98 video_quota: -1
99 video_quota_daily: -1
99 100
100# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 101# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
101# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. 102# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.