Merge branch 'aggregation' into insights

This commit is contained in:
rijkvanzanten
2021-05-28 10:23:54 -04:00
14 changed files with 602 additions and 388 deletions

View File

@@ -97,7 +97,7 @@
"exif-reader": "^1.0.3",
"express": "^4.17.1",
"express-pino-logger": "^6.0.0",
"express-session": "^1.17.1",
"express-session": "^1.17.2",
"fs-extra": "^9.1.0",
"grant": "^5.4.14",
"graphql": "^15.5.0",
@@ -128,7 +128,7 @@
"qs": "^6.9.4",
"rate-limiter-flexible": "^2.2.2",
"resolve-cwd": "^3.0.0",
"sharp": "^0.27.1",
"sharp": "^0.28.3",
"stream-json": "^1.7.1",
"uuid": "^8.3.2",
"uuid-validate": "0.0.3"

View File

@@ -48,7 +48,7 @@ const defaults: Record<string, any> = {
CACHE_ENABLED: false,
CACHE_STORE: 'memory',
CACHE_TTL: '30m',
CACHE_TTL: '10m',
CACHE_NAMESPACE: 'system-cache',
CACHE_AUTO_PURGE: false,