mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Lower cache time to 1 hour
This commit is contained in:
parent
e99e3aaae1
commit
6fd43aa9f5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export const Constants = {
|
||||||
'allow': 'OPTIONS, GET, PURGE, HEAD',
|
'allow': 'OPTIONS, GET, PURGE, HEAD',
|
||||||
'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=604800'
|
'cache-control': 'max-age=3600'
|
||||||
},
|
},
|
||||||
DEFAULT_COLOR: '#10A3FF',
|
DEFAULT_COLOR: '#10A3FF',
|
||||||
ROBOTS_TXT: `User-agent: *
|
ROBOTS_TXT: `User-agent: *
|
||||||
|
|
Loading…
Add table
Reference in a new issue