diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-08 10:51:10 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-08 15:38:45 +0100 |
commit | 9129b7694d577322327ee79e9b9aa64deee92765 (patch) | |
tree | eb23b7a952048c3725f29109d38c36368976dec0 /config/test.yaml | |
parent | 81b46cbc3417c46263c210c61b51a84a457abaaa (diff) | |
download | PeerTube-9129b7694d577322327ee79e9b9aa64deee92765.tar.gz PeerTube-9129b7694d577322327ee79e9b9aa64deee92765.tar.zst PeerTube-9129b7694d577322327ee79e9b9aa64deee92765.zip |
Allow to specify transcoding and import jobs concurrency
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 6fedb1dc3..ae8011ba5 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -71,6 +71,7 @@ transcoding: | |||
71 | allow_additional_extensions: false | 71 | allow_additional_extensions: false |
72 | allow_audio_files: false | 72 | allow_audio_files: false |
73 | threads: 2 | 73 | threads: 2 |
74 | concurrency: 2 | ||
74 | resolutions: | 75 | resolutions: |
75 | 0p: false | 76 | 0p: false |
76 | 240p: true | 77 | 240p: true |
@@ -106,6 +107,7 @@ live: | |||
106 | 107 | ||
107 | import: | 108 | import: |
108 | videos: | 109 | videos: |
110 | concurrency: 2 | ||
109 | http: | 111 | http: |
110 | enabled: true | 112 | enabled: true |
111 | proxy: | 113 | proxy: |