From 88d6cba0b79d634890388499c2bc1ddbd9f3cd39 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Fri, 4 Sep 2020 08:07:11 +0200 Subject: [PATCH] fix: increase cache duration (good luck for the launch) --- src/app.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {