13.2.1-16 baseline
Former-commit-id: e40b78e021afdc0d3775c7bd3720aee81b58133a
This commit is contained in:
parent
7b52d3eb6e
commit
a75fe06bfe
1 changed files with 3 additions and 0 deletions
|
@ -1948,6 +1948,8 @@ public class FFMPGenerator extends CompositeProductGenerator implements
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ffmpData.remove(siteDataKey);
|
||||||
|
statusHandler.info("Removing from memory: "+siteDataKey);
|
||||||
accumulator.setReset(false);
|
accumulator.setReset(false);
|
||||||
writeFFTIData(siteDataKey, accumulator);
|
writeFFTIData(siteDataKey, accumulator);
|
||||||
}
|
}
|
||||||
|
@ -2098,6 +2100,7 @@ public class FFMPGenerator extends CompositeProductGenerator implements
|
||||||
|
|
||||||
// replace or insert it
|
// replace or insert it
|
||||||
ffmpData.remove(qpeSiteSourceDataKey);
|
ffmpData.remove(qpeSiteSourceDataKey);
|
||||||
|
statusHandler.info("Removing from memory: "+qpeSiteSourceDataKey);
|
||||||
values.setReset(false);
|
values.setReset(false);
|
||||||
writeFFTIData(siteDataKey, values);
|
writeFFTIData(siteDataKey, values);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue