mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
increased responseMsToLive from 0 to 10s, to prevent infinite loops
This commit is contained in:
@@ -22,7 +22,7 @@ import { ProcessTaskResponse } from './models/process-task-response';
|
||||
@Injectable()
|
||||
export class ClaimedTaskDataService extends TasksService<ClaimedTask> {
|
||||
|
||||
protected responseMsToLive = 0;
|
||||
protected responseMsToLive = 10 * 1000;
|
||||
|
||||
/**
|
||||
* The endpoint link name
|
||||
|
Reference in New Issue
Block a user