mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Give pathfinding updates priority over client and RPC requests
This commit is contained in:
@@ -41,9 +41,9 @@ enum JobType
|
||||
jtTRANSACTION_l, // A local transaction
|
||||
jtPROPOSAL_ut, // A proposal from an untrusted source
|
||||
jtLEDGER_DATA, // Received data for a ledger we're acquiring
|
||||
jtUPDATE_PF, // Update pathfinding requests
|
||||
jtCLIENT, // A websocket command from the client
|
||||
jtRPC, // A websocket command from the client
|
||||
jtUPDATE_PF, // Update pathfinding requests
|
||||
jtTRANSACTION, // A transaction received from the network
|
||||
jtUNL, // A Score or Fetch of the UNL (DEPRECATED)
|
||||
jtADVANCE, // Advance validated/acquired ledgers
|
||||
|
||||
Reference in New Issue
Block a user