zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.48k stars 1.01k forks source link

BUG: Limit History not applying or effective #819

Open crash83k opened 2 years ago

crash83k commented 2 years ago

This is a fantastic tool. Your hard work is much appreciated.

I'm bringing up a bug I'm experiencing with the ability to set the history limit. It defaults to 50 (which is fine in some cases), but I have a highly complex application that has hundreds of state changes happening quickly. The filter works perfectly for my needs but the limit of 50 basically has my state entries disappear almost immediately after they're added.

I set the history limit to 1,000, then to 5,000, and finally 10,000. It appears that setting this value doesn't do anything. Perhaps it's not hooked up?

No matter the value of this box, the history limit does not change.

pudrik commented 2 years ago

have you tried setting the limit in your code also ?