kReportQueueMaxEntries top-level constant

int const kReportQueueMaxEntries

Cap on stored entries, so a long offline streak can't grow storage without bound. Matches the JS core.

Implementation

const int kReportQueueMaxEntries = 10;