[MERGE] Merge branch 'gh-pages' of https://github.com/ripple/ripple-dev-portal into gh-pages

This commit is contained in:
mDuo13
2015-01-15 13:25:38 -08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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 servers load factor, clusters load factor, and the overall networks 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 servers load factor, clusters load factor, and the overall networks 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. |