From b79d5b51e94b1747edb10ecc93b6ba98986ee1e4 Mon Sep 17 00:00:00 2001 From: Romain H Date: Sun, 2 May 2021 22:08:28 +0200 Subject: [PATCH] add expiration time 2 days --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index 8850ead9..deb25b66 100644 --- a/server/config.js +++ b/server/config.js @@ -49,7 +49,7 @@ const conf = convict({ }, expire_times_seconds: { format: 'positive-int-array', - default: [300, 3600, 86400, 432000, 604800], + default: [300, 3600, 86400, 172800, 432000, 604800], env: 'EXPIRE_TIMES_SECONDS' }, default_expire_seconds: {