mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Report the validated and publish ledger ages over insight
This commit is contained in:
@@ -155,6 +155,7 @@ LedgerMaster::LedgerMaster (Application& app, Stopwatch& stopwatch,
|
||||
, ledger_fetch_size_ (app_.config().getValueFor(SizedItem::ledgerFetch))
|
||||
, fetch_packs_ ("FetchPack", 65536, std::chrono::seconds {45}, stopwatch,
|
||||
app_.journal("TaggedCache"))
|
||||
, m_stats(std::bind (&LedgerMaster::collect_metrics, this),collector)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user