diff --git a/src/app.ts b/src/app.ts index cb6ad81..0097887 100644 --- a/src/app.ts +++ b/src/app.ts @@ -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 = {