Use frontmatter for Consensus Network category

This commit is contained in:
mDuo13
2021-04-20 18:39:37 -07:00
parent cc69f06206
commit bdf5fb7903
24 changed files with 117 additions and 69 deletions

View File

@@ -1,3 +1,8 @@
---
html: transaction-queue.html
parent: consensus-network.html
blurb: Understand how transactions can be queued before reaching consensus.
---
# Transaction Queue
The `rippled` server uses a transaction queue to help enforce the [open ledger cost](transaction-cost.html#open-ledger-cost). The open ledger cost sets a target number of transactions in a given ledger, and escalates the required transaction cost very quickly when the open ledger surpasses this size. Rather than discarding transactions that cannot pay the escalated transaction cost, `rippled` tries to put them in a transaction queue, which it uses to build the next ledger.