mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +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:
@@ -125,7 +125,7 @@ export abstract class BaseResponseParsingService {
|
||||
if (hasNoValue(co) || hasNoValue(co.self)) {
|
||||
throw new Error('The server returned an invalid object');
|
||||
}
|
||||
this.objectCache.add(co, this.EnvConfig.cache.msToLive, requestHref);
|
||||
this.objectCache.add(co, this.EnvConfig.cache.msToLive.default, requestHref);
|
||||
}
|
||||
|
||||
processPageInfo(payload: any): PageInfo {
|
||||
|
Reference in New Issue
Block a user