Setting cache period to zero for all instances where forceBypassCache was previously true.

This commit is contained in:
Michael W Spalti
2019-09-12 16:14:13 -07:00
parent d2897cec3f
commit 6e3127c3a6
7 changed files with 23 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ import { ProcessTaskResponse } from './models/process-task-response';
@Injectable()
export class ClaimedTaskDataService extends TasksService<ClaimedTask> {
protected resetMsToLive = true;
/**
* The endpoint link name
*/