mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Setting cache period to zero for all instances where forceBypassCache was previously true.
This commit is contained in:
@@ -22,7 +22,11 @@ import { ProcessTaskResponse } from './models/process-task-response';
|
||||
@Injectable()
|
||||
export class ClaimedTaskDataService extends TasksService<ClaimedTask> {
|
||||
|
||||
<<<<<<< HEAD
|
||||
protected responseMsToLive = 0;
|
||||
=======
|
||||
protected resetMsToLive = true;
|
||||
>>>>>>> Setting cache period to zero for all instances where forceBypassCache was previously true.
|
||||
|
||||
/**
|
||||
* The endpoint link name
|
||||
|
Reference in New Issue
Block a user