mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
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:
committed by
Amarantha Kulkarni
parent
8f07fe9795
commit
f9a00a0879
@@ -9,7 +9,7 @@ top_nav_grouping: Popular Pages
|
||||
---
|
||||
# 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.
|
||||
It can then efficiently handle RPCs, reducing the load on rippled nodes running in P2P mode.
|
||||
|
||||
Reference in New Issue
Block a user