fix: increase cache duration
(good luck for the launch)
This commit is contained in:
parent
1f895f464d
commit
88d6cba0b7
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ if (process.env.DISABLE_TWIG_CACHE === 'true') {
|
||||||
}
|
}
|
||||||
|
|
||||||
const cacheDuration = {
|
const cacheDuration = {
|
||||||
home: 3600 * 0.5,
|
home: 3600 * 1,
|
||||||
countdown: 3600 * 2,
|
countdown: 3600 * 10,
|
||||||
page: 3600 * 3
|
page: 3600 * 8
|
||||||
}
|
}
|
||||||
|
|
||||||
let cache: any = {
|
let cache: any = {
|
||||||
|
|
Loading…
Reference in a new issue