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:
parent
ff6a266e3f
commit
60233e90d2
6 changed files with 19 additions and 1 deletions
|
@ -41,6 +41,9 @@ export interface ServerConfig {
|
|||
displayAuthorAvatar: boolean
|
||||
preferAuthorDisplayName: boolean
|
||||
}
|
||||
resumableUpload: {
|
||||
maxChunkSize: number
|
||||
}
|
||||
}
|
||||
|
||||
menu: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue