62589: Item-Mapper Requests responseMsToLive to 10s

This commit is contained in:
Kristof De Langhe
2019-10-10 13:39:59 +02:00
parent 5b776b605a
commit f7bd30cf12
3 changed files with 3 additions and 3 deletions

View File

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