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 6cf8cc5fbe
commit 2988146d59
7 changed files with 23 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ import { WorkspaceItem } from './models/workspaceitem.model';
@Injectable()
export class WorkspaceitemDataService extends DataService<WorkspaceItem> {
protected linkPath = 'workspaceitems';
protected resetMsToLive = true;
constructor(
protected comparator: DSOChangeAnalyzer<WorkspaceItem>,