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 | |
parent | b4a929accf576edc733fde75a81dfad9a3d288ed (diff) | |
download | PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.tar.gz PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.tar.zst PeerTube-f842e810b450a34275d8d453d5d9431a4e1b882a.zip |
Update default config cache
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 | ||||
-rw-r--r-- | config/test.yaml | 6 |
3 files changed, 11 insertions, 3 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 |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 98cdd7ca7..d347b0ece 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -71,7 +71,9 @@ log: | |||
71 | 71 | ||
72 | cache: | 72 | cache: |
73 | previews: | 73 | previews: |
74 | size: 100 # Max number of previews you want to cache | 74 | size: 500 # Max number of previews you want to cache |
75 | captions: | ||
76 | size: 500 # Max number of video captions/subtitles you want to cache | ||
75 | 77 | ||
76 | admin: | 78 | admin: |
77 | email: 'admin@example.com' | 79 | email: 'admin@example.com' |
diff --git a/config/test.yaml b/config/test.yaml index a4ee9a7b2..ffe736b24 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -21,6 +21,12 @@ smtp: | |||
21 | log: | 21 | log: |
22 | level: 'debug' | 22 | level: 'debug' |
23 | 23 | ||
24 | cache: | ||
25 | previews: | ||
26 | size: 1 | ||
27 | captions: | ||
28 | size: 1 | ||
29 | |||
24 | signup: | 30 | signup: |
25 | enabled: true | 31 | enabled: true |
26 | 32 | ||