Skip to content
Snippets Groups Projects
Commit 5f42fdb7 authored by Kevin RAKOTOBE's avatar Kevin RAKOTOBE
Browse files

update cache durée 24h

parent 1e3c62db
No related branches found
No related tags found
2 merge requests!4Development,!3update cache durée 24h
.vscode
node_modules
.env
\ No newline at end of file
.env
config.json
\ No newline at end of file
{
"timeout": 10000,
"port": 3000,
"host": "0.0.0.0",
"width": 1000,
"height": 1000,
"reqHeaders": {},
"cache": "filesystem",
"cacheConfig": {
"cacheDurationMinutes": 1440,
"cacheMaxEntries": 1000,
"snapshotDir": "/cache"
},
"renderOnly": [
"https://data.grandlyon.com",
"https://preprod.data.grandlyon.com",
"https://portail-dev.grandlyon.neogeo.fr"
],
"closeBrowserdefault": false,
"restrictedUrlPatterndefault": null
}
......@@ -7,7 +7,7 @@
"reqHeaders": {},
"cache": "filesystem",
"cacheConfig": {
"cacheDurationMinutes": 86400,
"cacheDurationMinutes": 1440,
"cacheMaxEntries": 1000,
"snapshotDir": "/cache"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment