added missing tests and docs

This commit is contained in:
lotte
2019-03-14 11:14:59 +01:00
parent 4c150988e2
commit 917c00f8fb
4 changed files with 83 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ export abstract class RestRequest {
}
export class GetRequest extends RestRequest {
public responseMsToLive = 60 * 15 * 1000;
public responseMsToLive = 10000;
constructor(
public uuid: string,