mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Sets responseMsToLive to zero in some dataService methods and adds ability to reset the responseMsToLive value in subclasses.
This commit is contained in:
@@ -22,7 +22,7 @@ import { ProcessTaskResponse } from './models/process-task-response';
|
||||
@Injectable()
|
||||
export class ClaimedTaskDataService extends TasksService<ClaimedTask> {
|
||||
|
||||
protected resetMsToLive = true;
|
||||
protected resetMsToLive = 0;
|
||||
|
||||
/**
|
||||
* The endpoint link name
|
||||
|
Reference in New Issue
Block a user