We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4b567 commit 845bab5Copy full SHA for 845bab5
src/full_node.cpp
@@ -432,6 +432,10 @@ code full_node::reload(const store::event_handler& handler) NOEXCEPT
432
433
const auto start = logger::now();
434
suspend(error::store_reload);
435
+
436
+ // This will set the store's dirty flag causing increased read activity for
437
+ // set(tx/block) due to activation of duplicate detection. The store is
438
+ // is however always in a dirty state after startup with non-empty tables.
439
const auto ec = query_.reload([&](auto event, auto table) NOEXCEPT
440
{
441
// Suspend channels that missed previous suspend events.
0 commit comments