mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-05 08:48:11 +00:00
[MERGE] Merge branch 'gh-pages' of https://github.com/ripple/ripple-dev-portal into gh-pages
This commit is contained in:
@@ -2008,7 +2008,7 @@ The `rippled_server_status` object may have any of the following fields:
|
||||
| last\_close | Object | Some information about the most recently-closed ledger |
|
||||
| last\_close.converge\_time\_s | Number | How many seconds it took to reach consensus on the this ledger version |
|
||||
| last\_close.proposers | Number | How many trusted validators were involved in the consensus process for this ledger version |
|
||||
| load\_factor | Number | The load factor the server is currently enforcing, which affects transaction fees. The load factor is determined by the highest of the individual server’s load factor, cluster’s load factor, and the overall network’s load factor. |
|
||||
| load\_factor | Number | The load factor the server is currently enforcing, as a multiplier for the base transaction fee. The load factor is determined by the highest of the individual server’s load factor, cluster’s load factor, and the overall network’s load factor. |
|
||||
| peers | Number | How many other `rippled` servers this server is connected to |
|
||||
| pubkey_node | String | Public key used to verify this node for internal communications; this key is automatically generated by the server the first time it starts up. (If deleted, the node can just create a new pair of keys.) |
|
||||
| server_state | String | A string indicating to what extent the server is participating in the network. See [Possible Server States in the rippled documentation](rippled-apis#possible-server-states) for more details. |
|
||||
|
||||
Reference in New Issue
Block a user