maxLogCount top-level constant

int const maxLogCount

The maximum amount of logs (to prevent consuming too much memory).

Implementation

const maxLogCount = 1000;