mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
This gives requests for ledger data (and transaction set data) from peers a separate job type and prioritizes it appropriately. Previously it was lumped in with fetch packs which have a low concurrency limit. This should improve the performance of retrieving historical information.