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 = {
|
||||
home: 3600 * 0.5,
|
||||
countdown: 3600 * 2,
|
||||
page: 3600 * 3
|
||||
home: 3600 * 1,
|
||||
countdown: 3600 * 10,
|
||||
page: 3600 * 8
|
||||
}
|
||||
|
||||
let cache: any = {
|
||||
|
|
Loading…
Reference in a new issue