Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3356863
D12834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
792 B
Referenced Files
None
Subscribers
None
D12834.diff
View Options
diff --git a/native/redux/redux-setup.js b/native/redux/redux-setup.js
--- a/native/redux/redux-setup.js
+++ b/native/redux/redux-setup.js
@@ -419,6 +419,7 @@
if (__DEV__ && global.HermesInternal) {
const { composeWithDevTools } = require('remote-redux-devtools/src/index.js');
composeFunc = composeWithDevTools({
+ maxAge: 200,
name: 'Redux',
hostname: getDevServerHostname(),
...remoteReduxDevServerConfig,
diff --git a/web/root.js b/web/root.js
--- a/web/root.js
+++ b/web/root.js
@@ -41,7 +41,9 @@
const store: Store<AppState, Action> = createStore(
persistedReducer,
defaultWebState,
- composeWithDevTools({})(
+ composeWithDevTools({
+ maxAge: 200,
+ })(
applyMiddleware(thunk, reduxLoggerMiddleware, tabSynchronizationMiddleware),
),
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 9:07 PM (20 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577327
Default Alt Text
D12834.diff (792 B)
Attached To
Mode
D12834: [web][native] Increase number of actions kept in Redux debugger
Attached
Detach File
Event Timeline
Log In to Comment