]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
add client.videos.upload.maxChunkSize config (#4857)
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Wed, 16 Mar 2022 09:57:36 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 09:57:36 +0000 (10:57 +0100)
commit60233e90d280eb865d396b30b63c0e88d13ca7db
treec30f4abf34d014d647354f9c942fc16f071c0ddb
parentff6a266e3f5cb740770a2a186bdfdd0cb871e174
add client.videos.upload.maxChunkSize config (#4857)

* add client.videos.upload.maxChunkSize config

* updates after review

* remove maxChunkSize from custom-config
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
config/default.yaml
config/production.yaml.example
server/initializers/config.ts
server/lib/server-config-manager.ts
shared/models/server/server-config.model.ts