1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

add client.videos.upload.maxChunkSize config (#4857)

* add client.videos.upload.maxChunkSize config

* updates after review

* remove maxChunkSize from custom-config
This commit is contained in:
kontrollanten 2022-03-16 10:57:36 +01:00 committed by GitHub
parent ff6a266e3f
commit 60233e90d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 1 deletions

View file

@ -41,6 +41,9 @@ export interface ServerConfig {
displayAuthorAvatar: boolean
preferAuthorDisplayName: boolean
}
resumableUpload: {
maxChunkSize: number
}
}
menu: {