13.2.1-16 baseline
Former-commit-id:a75fe06bfe
[formerly e40b78e021afdc0d3775c7bd3720aee81b58133a] Former-commit-id:ef031e34df
This commit is contained in:
parent
29c9d5a170
commit
7915f0ce01
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);
|
||||
writeFFTIData(siteDataKey, accumulator);
|
||||
}
|
||||
|
@ -2098,6 +2100,7 @@ public class FFMPGenerator extends CompositeProductGenerator implements
|
|||
|
||||
// replace or insert it
|
||||
ffmpData.remove(qpeSiteSourceDataKey);
|
||||
statusHandler.info("Removing from memory: "+qpeSiteSourceDataKey);
|
||||
values.setReset(false);
|
||||
writeFFTIData(siteDataKey, values);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue