mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Separate ledger publish logic so we can tell if clients are overloading us.
This commit is contained in:
@@ -36,10 +36,11 @@ enum JobType
|
||||
jtCLIENT = 10,
|
||||
jtPEER = 11,
|
||||
jtDISK = 12,
|
||||
jtLEDGER = 13,
|
||||
jtRPC = 14,
|
||||
jtRPC = 13,
|
||||
jtACCEPTLEDGER = 14,
|
||||
jtPUBLEDGER = 15,
|
||||
};
|
||||
#define NUM_JOB_TYPES 16
|
||||
#define NUM_JOB_TYPES 24
|
||||
|
||||
class Job
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user