Revert backlog population transaction refresh
This commit is contained in:
parent
e1695d49f1
commit
968d2d008c
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ void nano::backlog_population::populate_backlog (nano::unique_lock<nano::mutex>
|
|||
auto const end = ledger.store.account.end ();
|
||||
for (; i != end && count < chunk_size; ++i, ++count, ++total)
|
||||
{
|
||||
transaction.refresh_if_needed ();
|
||||
|
||||
stats.inc (nano::stat::type::backlog, nano::stat::detail::total);
|
||||
|
||||
auto const & account = i->first;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue