mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Track latencies of certain code blocks, and log if they take too long
This commit is contained in:
committed by
Ed Hennis
parent
e6ef0fc26c
commit
00ed7c9424
@@ -942,7 +942,7 @@ public:
|
||||
auto setup = setup_DatabaseCon(*config_, m_journal);
|
||||
setup.useGlobalPragma = false;
|
||||
|
||||
mWalletDB = makeWalletDB(setup);
|
||||
mWalletDB = makeWalletDB(setup, m_journal);
|
||||
}
|
||||
catch (std::exception const& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user