mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
add responseMsToLive to requests
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface CacheConfig extends Config {
|
||||
msToLive: number,
|
||||
msToLive: {
|
||||
default: number;
|
||||
exportToZip: number;
|
||||
},
|
||||
control: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user