Skip to content

Commit

Permalink
Increase batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Sep 25, 2024
1 parent 3d6e181 commit 3048b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/bootstrap_ascending/database_scan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ class database_scan

std::deque<nano::account> queue;

static size_t constexpr batch_size = 128;
static size_t constexpr batch_size = 512;
};
}

0 comments on commit 3048b95

Please sign in to comment.