mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
remove exportToZip config property that was added accidentally
This commit is contained in:
@@ -20,7 +20,6 @@ module.exports = {
|
|||||||
// NOTE: how long should objects be cached for by default
|
// NOTE: how long should objects be cached for by default
|
||||||
msToLive: {
|
msToLive: {
|
||||||
default: 15 * 60 * 1000, // 15 minutes
|
default: 15 * 60 * 1000, // 15 minutes
|
||||||
exportToZip: 5 * 1000 // 5 seconds
|
|
||||||
},
|
},
|
||||||
// msToLive: 1000, // 15 minutes
|
// msToLive: 1000, // 15 minutes
|
||||||
control: 'max-age=60', // revalidate browser
|
control: 'max-age=60', // revalidate browser
|
||||||
|
@@ -4,7 +4,6 @@ import { AutoSyncConfig } from './auto-sync-config.interface';
|
|||||||
export interface CacheConfig extends Config {
|
export interface CacheConfig extends Config {
|
||||||
msToLive: {
|
msToLive: {
|
||||||
default: number;
|
default: number;
|
||||||
exportToZip: number;
|
|
||||||
},
|
},
|
||||||
control: string,
|
control: string,
|
||||||
autoSync: AutoSyncConfig
|
autoSync: AutoSyncConfig
|
||||||
|
Reference in New Issue
Block a user