mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Take in account transcoding for video quota
This commit is contained in:
parent
a10d56bafc
commit
6a84aafd23
8 changed files with 56 additions and 5 deletions
|
@ -2,4 +2,7 @@ export interface ServerConfig {
|
|||
signup: {
|
||||
allowed: boolean
|
||||
}
|
||||
transcoding: {
|
||||
enabledResolutions: number[]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue