fix: increase cache duration

(good luck for the launch)
This commit is contained in:
Matthieu Bessat 2020-09-04 08:07:11 +02:00
parent 1f895f464d
commit 88d6cba0b7

View file

@ -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 = {