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

@@ -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,