maxEntries constant

int const maxEntries

Maximum transitions retained in memory. Oldest entries are dropped first, matching the behaviour of the other toolkit stores.

Implementation

static const int maxEntries = 500;