mirror of
https://github.com/directus/directus.git
synced 2026-02-01 13:04:55 -05:00
Merge branch 'aggregation' into insights
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user