You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
68
68
- If something goes wrong, [open an issue](https://github.com/zalmoxisus/redux-devtools-extension/issues) or tweet me: [@mdiordiev](https://twitter.com/mdiordiev).
69
69
70
70
#### How to make it faster
71
-
Find `Redux DevTools` on the extensions page (`chrome://extensions/`). Under the title there will be an `Options`link. You may set maximum delay to `0`in order to have no delay or set to a higher value if your app generates a lot ofactions. You may disable serialization if your states are plain objects with no circular references. Also, limit the quantity of stored actions to a lower value.
71
+
Find `Redux DevTools` on the extensions page (`chrome://extensions/`). Under the title there will be an `Options`link. You may set maximum delay to `0`in order to have no delay or set to a higher value if your app generates a lot ofactions. Also, you may limit the quantity of stored actions to a lower value.
72
72
#### How to filter actions
73
73
On the options page you may enable actions filtering and specify either actions to be hidden or shown inDevTools. If the latter is specified, other than those actions will be hidden.
0 commit comments