mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Merge remote-tracking branch 'atmire-internal/responseMsToLive' into patch-support
Conflicts: src/app/core/data/request.models.ts src/config/cache-config.interface.ts
This commit is contained in:
@@ -2,7 +2,10 @@ import { Config } from './config.interface';
|
||||
import { AutoSyncConfig } from './auto-sync-config.interface';
|
||||
|
||||
export interface CacheConfig extends Config {
|
||||
msToLive: number,
|
||||
msToLive: {
|
||||
default: number;
|
||||
exportToZip: number;
|
||||
},
|
||||
control: string,
|
||||
autoSync: AutoSyncConfig
|
||||
}
|
||||
|
Reference in New Issue
Block a user