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:
parent
860cfb31e3
commit
c07b604111
3 changed files with 8 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue