Update content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md

Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
Amarantha Kulkarni
2022-01-18 11:34:20 -08:00
committed by Amarantha Kulkarni
parent 8f07fe9795
commit f9a00a0879

View File

@@ -9,7 +9,7 @@ top_nav_grouping: Popular Pages
--- ---
# Run rippled in Reporting Mode # Run rippled in Reporting Mode
Reporting mode is a special operating mode of rippled that handles remote procedure calls (RPC) for validated data. [Reporting mode](rippled-server-modes.html) is a mode of the XRP Ledger core server specialized for serving [HTTP and WebSocket APIs](rippled-api.html).
A rippled node running in reporting mode does not connect to the P2P network, but instead extracts validated data from one or more rippled nodes that are connected to the P2P network. A rippled node running in reporting mode does not connect to the P2P network, but instead extracts validated data from one or more rippled nodes that are connected to the P2P network.
It can then efficiently handle RPCs, reducing the load on rippled nodes running in P2P mode. It can then efficiently handle RPCs, reducing the load on rippled nodes running in P2P mode.