diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-16 16:25:53 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-18 13:38:09 +0100 |
commit | 90a8bd305de4153ec21137a73ff482dcc2e3e19b (patch) | |
tree | 2e35b5504ec11bc51579c92a70c77ed3d5ace816 /config | |
parent | 684cdacbbd775b5f404dd7b373e02dd21baf5ff0 (diff) | |
download | PeerTube-90a8bd305de4153ec21137a73ff482dcc2e3e19b.tar.gz PeerTube-90a8bd305de4153ec21137a73ff482dcc2e3e19b.tar.zst PeerTube-90a8bd305de4153ec21137a73ff482dcc2e3e19b.zip |
Dissociate video file names and video uuid
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3bbb3e5c4..2d8afe1c3 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -197,6 +197,8 @@ cache: | |||
197 | size: 500 # Max number of previews you want to cache | 197 | size: 500 # Max number of previews you want to cache |
198 | captions: | 198 | captions: |
199 | size: 500 # Max number of video captions/subtitles you want to cache | 199 | size: 500 # Max number of video captions/subtitles you want to cache |
200 | torrents: | ||
201 | size: 500 # Max number of video torrents you want to cache | ||
200 | 202 | ||
201 | admin: | 203 | admin: |
202 | # Used to generate the root user at first startup | 204 | # Used to generate the root user at first startup |
diff --git a/config/production.yaml.example b/config/production.yaml.example index d75e30276..2794c543c 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -208,6 +208,8 @@ cache: | |||
208 | size: 500 # Max number of previews you want to cache | 208 | size: 500 # Max number of previews you want to cache |
209 | captions: | 209 | captions: |
210 | size: 500 # Max number of video captions/subtitles you want to cache | 210 | size: 500 # Max number of video captions/subtitles you want to cache |
211 | torrents: | ||
212 | size: 500 # Max number of video torrents you want to cache | ||
211 | 213 | ||
212 | admin: | 214 | admin: |
213 | # Used to generate the root user at first startup | 215 | # Used to generate the root user at first startup |