diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 898395705..42ce12c18 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -631,6 +631,10 @@ client: | |||
631 | # By default PeerTube client displays author username | 631 | # By default PeerTube client displays author username |
632 | prefer_author_display_name: false | 632 | prefer_author_display_name: false |
633 | display_author_avatar: false | 633 | display_author_avatar: false |
634 | resumable_upload: | ||
635 | # Max size of upload chunks, e.g. '90MB' | ||
636 | # If null, it will be calculated based on network speed | ||
637 | max_chunk_size: null | ||
634 | 638 | ||
635 | menu: | 639 | menu: |
636 | login: | 640 | login: |