Upped cache time from 1 day to 7 days

This commit is contained in:
dangered wolf 2022-07-15 16:25:52 -04:00
parent 5307bfc1a4
commit d404ccf082
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -42,7 +42,7 @@ export const Constants = {
RESPONSE_HEADERS: { RESPONSE_HEADERS: {
'content-type': 'text/html;charset=UTF-8', 'content-type': 'text/html;charset=UTF-8',
'x-powered-by': '🏳️‍⚧️ Trans Rights', 'x-powered-by': '🏳️‍⚧️ Trans Rights',
'cache-control': 'max-age=86400' 'cache-control': 'max-age=604800'
}, },
DEFAULT_COLOR: '#10A3FF' DEFAULT_COLOR: '#10A3FF'
}; };