diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
2 files changed, 8 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: |
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: |