aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
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/default.yaml
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/default.yaml')
-rw-r--r--config/default.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 6a02f254d..7799ea927 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -83,6 +83,7 @@ user:
83 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). 83 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
84 # -1 == unlimited 84 # -1 == unlimited
85 video_quota: -1 85 video_quota: -1
86 video_quota_daily: -1
86 87
87# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 88# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
88# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. 89# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.