Skip to content

Commit

Permalink
reinstated responseMsToLive for get requests
Browse files Browse the repository at this point in the history
  • Loading branch information
LotteHofstede committed Mar 14, 2019
1 parent 917c00f commit f160196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/data/request.models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export abstract class RestRequest {
}

export class GetRequest extends RestRequest {
public responseMsToLive = 10000;
public responseMsToLive = 60 * 15 * 1000;

constructor(
public uuid: string,
Expand Down

0 comments on commit f160196

Please sign in to comment.