mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
62589: Item-Mapper Requests responseMsToLive to 10s
This commit is contained in:
@@ -190,7 +190,7 @@ export class BrowseItemsRequest extends GetRequest {
|
||||
* Request to fetch the mapped collections of an item
|
||||
*/
|
||||
export class MappedCollectionsRequest extends GetRequest {
|
||||
public responseMsToLive = 0;
|
||||
public responseMsToLive = 10000;
|
||||
|
||||
getResponseParser(): GenericConstructor<ResponseParsingService> {
|
||||
return MappedCollectionsReponseParsingService;
|
||||
|
Reference in New Issue
Block a user