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/default.yaml | |
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/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 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 |