mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Upped cache time from 1 day to 7 days
This commit is contained in:
parent
5307bfc1a4
commit
d404ccf082
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue