diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-12 11:56:02 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-12 11:56:02 +0200 |
commit | f981dae8617271a2dc713bb683951730b306e0c5 (patch) | |
tree | ecee631766bc1b98c20a7836479fed40850c5a56 /config/default.yaml | |
parent | 075f16caac5236cb04c98ae7b3a989766d764bb3 (diff) | |
download | PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.tar.gz PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.tar.zst PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.zip |
Add previews cache system between pods
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index e03bf1aea..b4e7606cf 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -22,6 +22,11 @@ storage: | |||
22 | previews: 'previews/' | 22 | previews: 'previews/' |
23 | thumbnails: 'thumbnails/' | 23 | thumbnails: 'thumbnails/' |
24 | torrents: 'torrents/' | 24 | torrents: 'torrents/' |
25 | cache: 'cache/' | ||
26 | |||
27 | cache: | ||
28 | previews: | ||
29 | size: 1 # Max number of previews you want to cache | ||
25 | 30 | ||
26 | admin: | 31 | admin: |
27 | email: 'admin@example.com' | 32 | email: 'admin@example.com' |