Skip to content
Snippets Groups Projects
Commit f0cc24ff authored by lotte's avatar lotte
Browse files

Merge branch 'w2p-54472_Create-community-and-collection-pages' into...

Merge branch 'w2p-54472_Create-community-and-collection-pages' into w2p-58522_delete-collections-and-communities
parents a9f62659 f51ac808
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ module.exports = {
// NOTE: how long should objects be cached for by default
msToLive: {
default: 15 * 60 * 1000, // 15 minutes
exportToZip: 5 * 1000 // 5 seconds
},
// msToLive: 1000, // 15 minutes
control: 'max-age=60', // revalidate browser
......
......@@ -4,7 +4,6 @@ import { AutoSyncConfig } from './auto-sync-config.interface';
export interface CacheConfig extends Config {
msToLive: {
default: number;
exportToZip: number;
},
control: string,
autoSync: AutoSyncConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment