Decrease AP video cache

This commit is contained in:
Chocobozzz 2018-05-11 10:25:58 +02:00
parent 7cf34e2115
commit 9675333dec
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const OAUTH_LIFETIME = {
const ROUTE_CACHE_LIFETIME = {
FEEDS: 1000 * 60 * 15, // 15 minutes
ACTIVITY_PUB: {
VIDEOS: 1000 * 5 // 5 seconds
VIDEOS: 1000 // 1 second, cache concurrent requests after a broadcast for example
}
}