Decrease AP video cache
This commit is contained in:
parent
7cf34e2115
commit
9675333dec
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ const OAUTH_LIFETIME = {
|
||||||
const ROUTE_CACHE_LIFETIME = {
|
const ROUTE_CACHE_LIFETIME = {
|
||||||
FEEDS: 1000 * 60 * 15, // 15 minutes
|
FEEDS: 1000 * 60 * 15, // 15 minutes
|
||||||
ACTIVITY_PUB: {
|
ACTIVITY_PUB: {
|
||||||
VIDEOS: 1000 * 5 // 5 seconds
|
VIDEOS: 1000 // 1 second, cache concurrent requests after a broadcast for example
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue