Skip to content

Commit a82e531

Browse files
committed
We don't need a delay anymore as we relay actions not the full lifted state
1 parent 2d60f3a commit a82e531

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
6868
- Reload the extension on the extensions page (`chrome://extensions/`).
6969
- If something goes wrong, [open an issue](https://github.com/zalmoxisus/redux-devtools-extension/issues) or tweet me: [@mdiordiev](https://twitter.com/mdiordiev).
7070

71-
#### How to make it faster
72-
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 of actions. Also, you may limit the quantity of stored actions to a lower value.
7371
#### How to filter actions
7472
On the options page you may enable actions filtering and specify either actions to be hidden or shown in DevTools. If the latter is specified, other than those actions will be hidden.
7573
#### How to disable/enable it in production

0 commit comments

Comments
 (0)