zalmoxisus/redux-devtools-extension

BUG: Limit History not applying or effective

crash83k opened this issue · 1 comments

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.

have you tried setting the limit in your code also ?