The documentation says:
What happens when the maximum number of stored requests is reached (by default 25)?
Internally we store the requests in a FIFO Queue. This means that when the maximum number spaces in the queue are filled, we take the first one that was entered and remove it from the queue, thus making room for the new request.
How to increase this limit of 25? I want to use Glimpse to gather data and then dig it to diagnose after 30 users in 30 minutes session so there will be a lot more requests than 25.