diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-18 11:07:08 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-18 13:38:09 +0100 |
commit | b3d5cb92b100406df98e5cd1f54eff9cd2078b1c (patch) | |
tree | 234c9b0b799424c1599af0dee27e84e4ad7240ff /config/test.yaml | |
parent | d9a2a03196275065c28f4a0b7d4d7bc9992d77a1 (diff) | |
download | PeerTube-b3d5cb92b100406df98e5cd1f54eff9cd2078b1c.tar.gz PeerTube-b3d5cb92b100406df98e5cd1f54eff9cd2078b1c.tar.zst PeerTube-b3d5cb92b100406df98e5cd1f54eff9cd2078b1c.zip |
Add ability to update torrents cache in client
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index ae8011ba5..33c11afc3 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -61,6 +61,8 @@ cache: | |||
61 | size: 1 | 61 | size: 1 |
62 | captions: | 62 | captions: |
63 | size: 1 | 63 | size: 1 |
64 | torrents: | ||
65 | size: 1 | ||
64 | 66 | ||
65 | signup: | 67 | signup: |
66 | enabled: true | 68 | enabled: true |