NgRx Store DevTools action history retention limit
Feature: Action History Retention NgRx Store DevTools records every dispatched action to enable time‑travel debugging and state inspection. The documentation does not specify an upper bound on the number of actions kept in memory, and the default appears to be unlimited. This can lead to significant memory growth in applications that dispatch thousands of ac