diff options
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 |