mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
added missing tests and docs
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user