diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 03afe5841..bb1b4615b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -639,6 +639,10 @@ client: | |||
639 | # By default PeerTube client displays author username | 639 | # By default PeerTube client displays author username |
640 | prefer_author_display_name: false | 640 | prefer_author_display_name: false |
641 | display_author_avatar: false | 641 | display_author_avatar: false |
642 | resumable_upload: | ||
643 | # Max size of upload chunks, e.g. '90MB' | ||
644 | # If null, it will be calculated based on network speed | ||
645 | max_chunk_size: null | ||
642 | 646 | ||
643 | menu: | 647 | menu: |
644 | login: | 648 | login: |