diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
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. |