mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
Updates docs
This commit is contained in:
parent
767fe79254
commit
beed7994fc
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor changes
|
||||
|
||||
- adds CLI argument to change ping timeout `--pingTimeout=20000` to make debugging easier
|
||||
- fixes `--maxRequestBody` argument
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -99,6 +99,7 @@ To use WSS, set `protocol` argument to `https` and provide `key`, `cert` and `pa
|
|||
| `--logLevel` | the socket server log level - 0=none, 1=error, 2=warn, 3=info | 3 |
|
||||
| `--wsEngine` | the socket server web socket engine - ws or uws (sc-uws) | ws |
|
||||
| `--open` | open Redux DevTools as a standalone application or as web app. See [Open Redux DevTools](#open-redux-devtools) for details. | false |
|
||||
| `--pingTimeout` | if debugged app is not responding for 20 seconds (because it paused on breakpoint) the Redux DevTools will disconnect. This can extend it to e.g. 8 hours `28000000`ms | 20000 |
|
||||
|
||||
### Inject to React Native local server
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user