add responseMsToLive to requests

This commit is contained in:
Art Lowel
2018-09-28 16:11:22 +02:00
parent 5912c88791
commit b308df201d
5 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
import { Config } from './config.interface';
export interface CacheConfig extends Config {
msToLive: number,
msToLive: {
default: number;
exportToZip: number;
},
control: string
}