increased responseMsToLive from 0 to 10s, to prevent infinite loops

This commit is contained in:
Art Lowel
2019-10-07 15:35:19 +02:00
parent 4836fd9ec8
commit 254b7d1633
9 changed files with 11 additions and 11 deletions

View File

@@ -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