mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Convert HashRouter to use aged_unordered_map.
This commit is contained in:
@@ -456,7 +456,7 @@ public:
|
||||
, mFeeTrack (std::make_unique<LoadFeeTrack>(logs_->journal("LoadManager")))
|
||||
|
||||
, mHashRouter (std::make_unique<HashRouter>(
|
||||
HashRouter::getDefaultHoldTime ()))
|
||||
stopwatch(), HashRouter::getDefaultHoldTime ()))
|
||||
|
||||
, mValidations (make_Validations (*this))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user