Back to Peertube

User Real Quota Info.Component

client/src/app/+admin/shared/user-real-quota-info.component.html

8.1.5345 B
Original Source

@if (getQuotaAsNumber() > 0) {

The video quota only takes into account the size of uploaded videos, not transcoded files or user export archives (which may contain video files).
@if (isTranscodingInformationDisplayed()) { Transcoding is enabled so real videos size can be at most ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}. } }