diff --git a/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeTargetDelegate.cpp b/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeTargetDelegate.cpp index 30c88793ae9..f1b66d931ef 100644 --- a/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeTargetDelegate.cpp +++ b/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeTargetDelegate.cpp @@ -31,7 +31,7 @@ namespace facebook::react::jsinspector_modern { #ifdef HERMES_ENABLE_DEBUGGER namespace { -const uint16_t HERMES_SAMPLING_FREQUENCY_HZ = 1000; +const uint16_t HERMES_SAMPLING_FREQUENCY_HZ = 10000; } // namespace