1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix checker if we don't have redundancy strategies

This commit is contained in:
Chocobozzz 2018-09-17 11:28:08 +02:00
parent 860cfb31e3
commit c07b604111
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 8 additions and 8 deletions

View file

@ -660,7 +660,7 @@ if (isTestInstance() === true) {
CACHE.VIDEO_CAPTIONS.MAX_AGE = 3000
MEMOIZE_TTL.OVERVIEWS_SAMPLE = 1
ROUTE_CACHE_LIFETIME.OVERVIEWS.VIDEOS = '0'
ROUTE_CACHE_LIFETIME.OVERVIEWS.VIDEOS = '0ms'
}
updateWebserverConfig()