mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Dispatch save accepted ledger better.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "SHAMap.h"
|
||||
#include "InstanceCounter.h"
|
||||
#include "LoadMonitor.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
enum LedgerStateParms
|
||||
{
|
||||
@@ -102,7 +103,7 @@ protected:
|
||||
|
||||
static void incPendingSaves();
|
||||
static void decPendingSaves();
|
||||
void saveAcceptedLedger(bool fromConsensus, LoadEvent::pointer);
|
||||
void saveAcceptedLedger(Job&, bool fromConsensus);
|
||||
|
||||
void updateFees();
|
||||
void zeroFees();
|
||||
|
||||
Reference in New Issue
Block a user