From f9a00a0879997e2430a628c59516320b138535d5 Mon Sep 17 00:00:00 2001 From: Amarantha Kulkarni Date: Tue, 18 Jan 2022 11:34:20 -0800 Subject: [PATCH] Update content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md Co-authored-by: Rome Reginelli --- .../configuration/run-rippled-in-reporting-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md index 82dc37415e..cb3d84ce51 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md +++ b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md @@ -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.