diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-27 15:46:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-27 15:46:49 +0100 |
commit | 413b9729ee8218229a142dd5a79cd33d206b715f (patch) | |
tree | 9f8dea00c806b51b7f548df85d5c114cfe715dac /config/test.yaml | |
parent | 68f6c87a27bd3616644368154914a683001f8aa6 (diff) | |
download | PeerTube-413b9729ee8218229a142dd5a79cd33d206b715f.tar.gz PeerTube-413b9729ee8218229a142dd5a79cd33d206b715f.tar.zst PeerTube-413b9729ee8218229a142dd5a79cd33d206b715f.zip |
Disable views cleaner on test instances
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index fea248d88..a8a724255 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -142,3 +142,8 @@ search: | |||
142 | federation: | 142 | federation: |
143 | videos: | 143 | videos: |
144 | federate_unlisted: true | 144 | federate_unlisted: true |
145 | |||
146 | views: | ||
147 | videos: | ||
148 | remote: | ||
149 | max_age: -1 | ||