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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 2 insertions, 0 deletions
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 |