From d404ccf0827d2cc56ba3403f3930b8ef6241fa9b Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 15 Jul 2022 16:25:52 -0400 Subject: [PATCH] Upped cache time from 1 day to 7 days --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 78a7c69..6375f14 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -42,7 +42,7 @@ export const Constants = { RESPONSE_HEADERS: { 'content-type': 'text/html;charset=UTF-8', 'x-powered-by': '🏳️‍⚧️ Trans Rights', - 'cache-control': 'max-age=86400' + 'cache-control': 'max-age=604800' }, DEFAULT_COLOR: '#10A3FF' };