iDQ: Fix issue where queue grew per gap buffer.
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.