Skip to content

Commit

Permalink
Increasing bucket depth.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed May 4, 2024
1 parent c9c6464 commit ecdbcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/scheduler/priority.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class priority_config final
// nano::error serialize (nano::tomlconfig & toml) const;

public:
size_t depth{ 128 }; // 62 buckets of 128 items a piece = 7,936 possible elections / backlog
size_t depth{ 4096 };
};
class priority final
{
Expand Down

0 comments on commit ecdbcdd

Please sign in to comment.