Skip to content

Commit 63fc686

Browse files
committed
Expand React Native hierarchy traversal budget
1 parent 3bc7e3a commit 63fc686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-inspector/src

packages/react-native-inspector/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ interface TraversalContext {
8787
const protocolVersion = "0.1";
8888
const hookKey = "__REACT_DEVTOOLS_GLOBAL_HOOK__";
8989
const hierarchyDeadlineMs = 3000;
90-
const hierarchyNodeBudget = 450;
90+
const hierarchyNodeBudget = 3500;
9191
const measureTimeoutMs = 2;
9292
const commonEditableProps = [
9393
"accessibilityLabel",

0 commit comments

Comments
 (0)