diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 5d0eab4f5..e54c93ac5 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -136,6 +136,7 @@ storage: | |||
136 | logs: 'storage/logs/' | 136 | logs: 'storage/logs/' |
137 | previews: 'storage/previews/' | 137 | previews: 'storage/previews/' |
138 | thumbnails: 'storage/thumbnails/' | 138 | thumbnails: 'storage/thumbnails/' |
139 | storyboards: 'storage/storyboards/' | ||
139 | torrents: 'storage/torrents/' | 140 | torrents: 'storage/torrents/' |
140 | captions: 'storage/captions/' | 141 | captions: 'storage/captions/' |
141 | cache: 'storage/cache/' | 142 | cache: 'storage/cache/' |
@@ -396,6 +397,8 @@ cache: | |||
396 | size: 500 # Max number of video captions/subtitles you want to cache | 397 | size: 500 # Max number of video captions/subtitles you want to cache |
397 | torrents: | 398 | torrents: |
398 | size: 500 # Max number of video torrents you want to cache | 399 | size: 500 # Max number of video torrents you want to cache |
400 | storyboards: | ||
401 | size: 500 # Max number of video storyboards you want to cache | ||
399 | 402 | ||
400 | admin: | 403 | admin: |
401 | # Used to generate the root user at first startup | 404 | # Used to generate the root user at first startup |