Open
Description
Is there a way to limit the number of states by config options or in any other way?
We are running the automoated test for 5000+ navigations. Each time the browser naviagtes a new state object gets added to History.stateToId History.idToState . Since the number of objects and their size are huge, this leads to Performance issues like high memory usage and HIGH CPU cycle. If you have any way to limit the number of states to last N states, please let me know.