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:
lotte
2018-10-12 15:23:17 +02:00
5 changed files with 15 additions and 7 deletions

View File

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