Track latencies of certain code blocks, and log if they take too long

This commit is contained in:
Valentin Balaschenko
2024-08-23 14:43:02 -04:00
committed by Ed Hennis
parent e6ef0fc26c
commit 00ed7c9424
32 changed files with 250 additions and 130 deletions

View File

@@ -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)
{