asp.net - Increasing Glimpse History tab limit -


the documentation says:

what happens when maximum number of stored requests reached (by default 25)?

internally store requests in fifo queue. means when maximum number spaces in queue filled, take first 1 entered , remove queue, making room new request.

how increase limit of 25? want use glimpse gather data , dig diagnose after 30 users in 30 minutes session there lot more requests 25.

due boneheaded mistake, me, number of requests glimpse stores, supposed configurable, isn't.

the offending line can seen in our implementation of applicationpersistancestore.

your best bet running build glimpse (very easy do) , change buffersize whatever see fit.

alternately, implement own ipersistancestore , have whatever you'd like.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -