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

@@ -20,6 +20,7 @@ import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
@Injectable()
export class WorkflowItemDataService extends DataService<WorkflowItem> {
protected linkPath = 'workflowitems';
protected resetMsToLive = true;
constructor(
protected comparator: DSOChangeAnalyzer<WorkflowItem>,