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

@@ -27,6 +27,8 @@ export class PoolTaskDataService extends TasksService<PoolTask> {
*/
protected linkPath = 'pooltasks';
protected resetMsToLive = true;
/**
* Initialize instance variables
*