Skip to content

iDQ: Fix issue where queue grew per gap buffer.

Rachael Huxford requested to merge o4-online-dev-idq-072922 into o4-online-dev

During gap case, queue was being extended for the length of the gap, instead of replacing contents with 0s.

Caused heinously long queue. Likely the source of RAM issues, and should also fix idq timeseries issues.

Merge request reports