diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-25 15:11:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-25 15:11:06 +0200 |
commit | f842e810b450a34275d8d453d5d9431a4e1b882a (patch) | |
tree | b2cd2e2c5a9b5c834e1c2bd39dfdb25f780c3e2d /config/default.yaml | |
parent | b4a929accf576edc733fde75a81dfad9a3d288ed (diff) | |
download | PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.tar.gz PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.tar.zst PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.zip |
Update default config cache
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index d59425365..bc0530d79 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -57,9 +57,9 @@ log: | |||
57 | 57 | ||
58 | cache: | 58 | cache: |
59 | previews: | 59 | previews: |
60 | size: 1 # Max number of previews you want to cache | 60 | size: 500 # Max number of previews you want to cache |
61 | captions: | 61 | captions: |
62 | size: 1 # Max number of video captions/subtitles you want to cache | 62 | size: 500 # Max number of video captions/subtitles you want to cache |
63 | 63 | ||
64 | admin: | 64 | admin: |
65 | email: 'admin@example.com' # Your personal email as administrator | 65 | email: 'admin@example.com' # Your personal email as administrator |