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